ListMessageAsync
ImapClient.ListMessageAsync method (1 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, int sequenceNumber,
IEnumerable<string> messageExtraFields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of message |
messageExtraFields | IEnumerable`1 | List of extra parameters for a message wich will be requested. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (2 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, int sequenceNumber)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of message |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (3 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(int sequenceNumber,
IEnumerable<string> messageExtraFields)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of message |
messageExtraFields | IEnumerable`1 | List of extra parameters for a message wich will be requested. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (4 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of message |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (5 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, string uniqueId,
IEnumerable<string> messageExtraFields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique Id of the message |
messageExtraFields | IEnumerable`1 | List of extra parameters for a message wich will be requested. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (6 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, string uniqueId)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique Id of the message |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (7 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique Id of the message |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (8 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(string uniqueId,
IEnumerable<string> messageExtraFields)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique Id of the message |
messageExtraFields | IEnumerable`1 | List of extra parameters for a message wich will be requested. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (9 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, int sequenceNumber,
IEnumerable<string> messageExtraFields, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of message |
messageExtraFields | IEnumerable`1 | 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
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (10 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, int sequenceNumber,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of message |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (11 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(int sequenceNumber,
IEnumerable<string> messageExtraFields, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of message |
messageExtraFields | IEnumerable`1 | 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
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (12 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(int sequenceNumber, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of message |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (13 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, string uniqueId,
IEnumerable<string> messageExtraFields, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique Id of the message |
messageExtraFields | IEnumerable`1 | 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
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (14 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(IConnection connection, string uniqueId,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique Id of the message |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (15 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(string uniqueId, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique Id of the message |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.ListMessageAsync method (16 of 16)
Gets information about a message.
public Task<ImapMessageInfo> ListMessageAsync(string uniqueId,
IEnumerable<string> messageExtraFields, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique Id of the message |
messageExtraFields | IEnumerable`1 | 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
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email