IAsyncImapClient.IntroduceClientAsync
IAsyncImapClient.IntroduceClientAsync method
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(
ImapIdentificationInfo clientIdentificationInfo, IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | ImapIdentificationInfo | Connection to a server |
clientIdentificationInfo | IConnection | Client identification information |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Returns server identification information
See Also
- class ImapIdentificationInfo
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email