SetQuotaAsync
IAsyncImapClient.SetQuotaAsync method
设置配额信息
public Task<ImapQuota[]> SetQuotaAsync(string quotaRootName, string resourceName, 
    int resourceLimit, IConnection connection = null, CancellationToken token = default)
| 范围 | 类型 | 描述 | 
|---|---|---|
| connection | String | 连接到服务器 | 
| quotaRootName | String | 配额根名称 | 
| resourceName | Int32 | 资源名称 | 
| resourceLimit | IConnection | 资源限制 | 
| token | CancellationToken | 传播应取消操作的通知。 | 
返回值
配额信息
也可以看看
- class ImapQuota
- interface IConnection
- interface IAsyncImapClient
- 命名空间 Aspose.Email.Clients.Imap
- 部件 Aspose.Email