ImapClient.ListMessageAsync
ListMessageAsync(IConnection, int, IEnumerable<string>)
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
ListMessageAsync(IConnection, int)
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
ListMessageAsync(int, IEnumerable<string>)
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
ListMessageAsync(int)
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
ListMessageAsync(IConnection, string, IEnumerable<string>)
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
ListMessageAsync(IConnection, string)
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
ListMessageAsync(string)
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
ListMessageAsync(string, IEnumerable<string>)
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
ListMessageAsync(IConnection, int, IEnumerable<string>, CancellationToken)
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
ListMessageAsync(IConnection, int, CancellationToken)
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
ListMessageAsync(int, IEnumerable<string>, CancellationToken)
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
ListMessageAsync(int, CancellationToken)
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
ListMessageAsync(IConnection, string, IEnumerable<string>, CancellationToken)
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
ListMessageAsync(IConnection, string, CancellationToken)
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
ListMessageAsync(string, CancellationToken)
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
ListMessageAsync(string, IEnumerable<string>, CancellationToken)
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