IAsyncEwsClient.ListMailboxesAsync

IAsyncEwsClient.ListMailboxesAsync method

Lists mailboxes having smtp addresses. Note: the maximum count of returned contacts is 100. This is a restriction of used EWS operation.

public Task<MapiContactCollection> ListMailboxesAsync(string filter = null, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
filterStringFilter string
cancellationTokenCancellationTokenThe cancellation token

Return Value

A MapiContactCollection that represents contact information

See Also