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)
Parameter | Type | Description |
---|---|---|
filter | String | Filter string |
cancellationToken | CancellationToken | The cancellation token |
Return Value
A MapiContactCollection
that represents contact information
See Also
- class MapiContactCollection
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email