IAsyncEwsClient.GetMailboxesAsync

IAsyncEwsClient.GetMailboxesAsync 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<Contact[]> GetMailboxesAsync(CancellationToken cancellationToken = default)
ParameterTypeDescription
cancellationTokenCancellationTokenThe cancellation token

Return Value

Contacts that represent contact information

See Also