ClientCapabilitiesAsync
IAsyncImapClient.ClientCapabilitiesAsync method
通知服务器客户端支持哪些扩展。 请注意,此操作仅适用于服务器支持 RFC5161 查看更多 https://tools.ietf.org/html/rfc5161
public Task<IEnumerable<string>> ClientCapabilitiesAsync(IEnumerable<string> capabilityNames,
IConnection connection = null, CancellationToken token = default)
范围 | 类型 | 描述 |
---|---|---|
connection | IEnumerable`1 | 连接到服务器 |
token | IConnection | 传播应取消操作的通知。 |
capabilityNames | CancellationToken | 客户端支持的一系列功能 |
返回值
任务对象,具有此操作的委托
也可以看看
- interface IConnection
- interface IAsyncImapClient
- 命名空间 Aspose.Email.Clients.Imap
- 部件 Aspose.Email