IAsyncImapClient.GetQuotaAsync
IAsyncImapClient.GetQuotaAsync method
Gets quota information
public Task<ImapQuota[]> GetQuotaAsync(string quotaRootName, IConnection connection = null,
CancellationToken token = default)
| Parameter | Type | Description |
|---|---|---|
| quotaRootName | String | quota root name |
| connection | IConnection | Connection to a server |
| token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Quota information
See Also
- class ImapQuota
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email