IntroduceClientAsync

IAsyncImapClient.IntroduceClientAsync method

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(
    ImapIdentificationInfo clientIdentificationInfo, IConnection connection = null, 
    CancellationToken token = default)
范围类型描述
connectionImapIdentificationInfo连接到服务器
clientIdentificationInfoIConnection客户身份信息
tokenCancellationToken传播应取消操作的通知。

返回值

返回服务器标识信息

也可以看看