ImapClient.SetQuotaAsync
Contents
[
Hide
]SetQuotaAsync(IConnection, string, string, int)
Sets quota information
public Task<ImapQuota[]> SetQuotaAsync(IConnection connection, string quotaRootName,
string resourceName, int resourceLimit)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
quotaRootName | String | quota root name |
resourceName | String | resource name |
resourceLimit | Int32 | resource limit |
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
SetQuotaAsync(string, string, int)
Sets quota information
public Task<ImapQuota[]> SetQuotaAsync(string quotaRootName, string resourceName, int resourceLimit)
Parameter | Type | Description |
---|---|---|
quotaRootName | String | quota root name |
resourceName | String | resource name |
resourceLimit | Int32 | resource limit |
Return Value
Task object, with delegate for this operation
See Also
- class ImapQuota
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
SetQuotaAsync(IConnection, string, string, int, CancellationToken)
Sets quota information
public Task<ImapQuota[]> SetQuotaAsync(IConnection connection, string quotaRootName,
string resourceName, int resourceLimit, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
quotaRootName | String | quota root name |
resourceName | String | resource name |
resourceLimit | Int32 | resource limit |
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
SetQuotaAsync(string, string, int, CancellationToken)
Sets quota information
public Task<ImapQuota[]> SetQuotaAsync(string quotaRootName, string resourceName,
int resourceLimit, CancellationToken token)
Parameter | Type | Description |
---|---|---|
quotaRootName | String | quota root name |
resourceName | String | resource name |
resourceLimit | Int32 | resource limit |
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