GetMessageInfoAsync
Pop3Client.GetMessageInfoAsync method (1 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(IConnection connection, string uniqueId,
Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique id of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (2 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(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 Pop3MessageInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (3 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(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 Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (4 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(string uniqueId, Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique id of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (5 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(IConnection connection, int sequenceNumber,
Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (6 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(IConnection connection, int sequenceNumber)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (7 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (8 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber, Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (9 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(IConnection connection, string uniqueId,
Pop3ListFields fields, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique id of the message |
fields | Pop3ListFields | The fields that we want get |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (10 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(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 Pop3MessageInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (11 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(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 Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (12 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(string uniqueId, Pop3ListFields fields,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique id of the message |
fields | Pop3ListFields | The fields that we want get |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (13 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(IConnection connection, int sequenceNumber,
Pop3ListFields fields, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
fields | Pop3ListFields | The fields that we want get |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (14 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(IConnection connection, int sequenceNumber,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (15 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfoAsync method (16 of 16)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber, Pop3ListFields fields,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
fields | Pop3ListFields | The fields that we want get |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email