IntroduceClientAsync
Contents
[
Hide
]
ImapClient.IntroduceClientAsync method (1 of 8)
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
ImapClient.IntroduceClientAsync method (2 of 8)
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
ImapClient.IntroduceClientAsync method (3 of 8)
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
ImapClient.IntroduceClientAsync method (4 of 8)
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
ImapClient.IntroduceClientAsync method (5 of 8)
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
ImapClient.IntroduceClientAsync method (6 of 8)
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
ImapClient.IntroduceClientAsync method (7 of 8)
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
ImapClient.IntroduceClientAsync method (8 of 8)
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