GetQuotaRoot
ImapClient.GetQuotaRoot method (1 of 2)
Gets quota root information for mailbox
public ImapQuotaRoot[] GetQuotaRoot(IConnection connection, string mailboxName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
mailboxName | String | mailbox name |
Return Value
Quota root information for mailbox
See Also
- class ImapQuotaRoot
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.GetQuotaRoot method (2 of 2)
Gets quota root information for mailbox
public ImapQuotaRoot[] GetQuotaRoot(string mailboxName)
Parameter | Type | Description |
---|---|---|
mailboxName | String | mailbox name |
Return Value
Quota root information for mailbox
See Also
- class ImapQuotaRoot
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email