IAsyncImapClient.IntroduceClientAsync

IAsyncImapClient.IntroduceClientAsync method

Introduces client information to a server.

public Task<ImapIdentificationInfo> IntroduceClientAsync(
    ImapIdentificationInfo clientIdentificationInfo, IConnection connection = null, 
    CancellationToken token = default)
ParameterTypeDescription
connectionImapIdentificationInfoConnection to a server
clientIdentificationInfoIConnectionClient identification information
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Returns server identification information

See Also