IAsyncEwsClient.GetMailboxInfoAsync
IAsyncEwsClient.GetMailboxInfoAsync method
Gets the mailbox information
public Task<ExchangeMailboxInfo> GetMailboxInfoAsync(string mailbox = null,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
mailbox | String | A mailbox to read from. Note: if mailbox is set to null or empty the default mailbox will be used |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
ExchangeMailboxInfo
that represents mailbox information
Exceptions
exception | condition |
---|---|
ExchangeException | Mailbox information can not be read. |
See Also
- class ExchangeMailboxInfo
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email