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)
Parameter | Type | Description |
---|---|---|
cancellationToken | CancellationToken | The cancellation token |
Return Value
Contacts that represent contact information
See Also
- class Contact
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email