IAsyncImapClient.ListMessageAsync
Contents
[
Hide
]ListMessageAsync(int, IEnumerable<string>, IConnection, CancellationToken)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(int sequenceNumber,
IEnumerable<string> messageExtraFields = null, IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | Int32 | Connection to a server |
sequenceNumber | IEnumerable`1 | The sequence number of message |
messageExtraFields | IConnection | List of extra parameters for a message wich will be requested. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ListMessageAsync(string, IEnumerable<string>, IConnection, CancellationToken)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(string uniqueId,
IEnumerable<string> messageExtraFields = null, IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | String | Connection to a server |
uniqueId | IEnumerable`1 | The unique Id of the message |
messageExtraFields | IConnection | List of extra parameters for a message wich will be requested. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email