ExchangeClient.GetMailboxInfo
GetMailboxInfo()
Get the information of the mailbox
public ExchangeMailboxInfo GetMailboxInfo()
Return Value
The information of the mailbox
See Also
- class ExchangeMailboxInfo
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
GetMailboxInfo(string)
Gets the mailbox information
public ExchangeMailboxInfo GetMailboxInfo(string mailbox)
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 |
Return Value
ExchangeMailboxInfo
that represents mailbox information
See Also
- class ExchangeMailboxInfo
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email