ExchangeClient.GetMailboxSize
GetMailboxSize()
Get the size of the maibox
public long GetMailboxSize()
Return Value
The size of the mailbox
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
GetMailboxSize(string)
Get the size of the maibox
public long GetMailboxSize(string mailbox)
Parameter | Type | Description |
---|---|---|
mailbox | String | A mailbox. Note: if it is set to null or empty the default mailbox will be used |
Return Value
The size of the mailbox
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email