ImapClient.IntroduceClientAsync
Contents
[
Hide
]IntroduceClientAsync()
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync()
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(IConnection)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(ImapIdentificationInfo)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(
ImapIdentificationInfo clientIdentificationInfo)
Parameter | Type | Description |
---|---|---|
clientIdentificationInfo | ImapIdentificationInfo | Client identification information |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(IConnection, ImapIdentificationInfo)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
clientIdentificationInfo | ImapIdentificationInfo | Client identification information |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(CancellationToken)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(CancellationToken token)
Parameter | Type | Description |
---|---|---|
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(IConnection, CancellationToken)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(ImapIdentificationInfo, CancellationToken)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(
ImapIdentificationInfo clientIdentificationInfo, CancellationToken token)
Parameter | Type | Description |
---|---|---|
clientIdentificationInfo | ImapIdentificationInfo | Client identification information |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClientAsync(IConnection, ImapIdentificationInfo, CancellationToken)
Introduces client information to a server.
public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
clientIdentificationInfo | ImapIdentificationInfo | Client identification information |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapIdentificationInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email