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