GetQuotaRootAsync
Contents
[
Hide
]
ImapClient.GetQuotaRootAsync method (1 of 4)
Gets quota root information for mailbox
public Task<ImapQuotaRoot[]> GetQuotaRootAsync(IConnection connection, string mailboxName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
mailboxName | String | mailbox name |
Return Value
Task object, with delegate for this operation
See Also
- class ImapQuotaRoot
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.GetQuotaRootAsync method (2 of 4)
Gets quota root information for mailbox
public Task<ImapQuotaRoot[]> GetQuotaRootAsync(string mailboxName)
Parameter | Type | Description |
---|---|---|
mailboxName | String | mailbox name |
Return Value
Task object, with delegate for this operation
See Also
- class ImapQuotaRoot
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.GetQuotaRootAsync method (3 of 4)
Gets quota root information for mailbox
public Task<ImapQuotaRoot[]> GetQuotaRootAsync(IConnection connection, string mailboxName,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
mailboxName | String | mailbox name |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapQuotaRoot
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.GetQuotaRootAsync method (4 of 4)
Gets quota root information for mailbox
public Task<ImapQuotaRoot[]> GetQuotaRootAsync(string mailboxName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
mailboxName | String | mailbox name |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapQuotaRoot
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email