IntroduceClientAsync
IAsyncImapClient.IntroduceClientAsync method
将客户端信息引入服务器。
public Task<ImapIdentificationInfo> IntroduceClientAsync(
ImapIdentificationInfo clientIdentificationInfo, IConnection connection = null,
CancellationToken token = default)
范围 | 类型 | 描述 |
---|---|---|
connection | ImapIdentificationInfo | 连接到服务器 |
clientIdentificationInfo | IConnection | 客户身份信息 |
token | CancellationToken | 传播应取消操作的通知。 |
返回值
返回服务器标识信息
也可以看看
- class ImapIdentificationInfo
- interface IConnection
- interface IAsyncImapClient
- 命名空间 Aspose.Email.Clients.Imap
- 部件 Aspose.Email