IAsyncPop3Client.GetMessageInfoAsync
Contents
[
Hide
]GetMessageInfoAsync(string, Pop3ListFields, IConnection, CancellationToken)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(string uniqueId,
Pop3ListFields fields = Pop3ListFields.Main, IConnection connection = null,
CancellationToken token = default)
| Parameter | Type | Description |
|---|---|---|
| connection | String | Connection to a server |
| uniqueId | Pop3ListFields | The unique id of the message |
| fields | IConnection | The fields that we want get |
| token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
The message information.
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMessageInfoAsync(int, Pop3ListFields, IConnection, CancellationToken)
Gets the information for that message
public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber,
Pop3ListFields fields = Pop3ListFields.Main, IConnection connection = null,
CancellationToken token = default)
| Parameter | Type | Description |
|---|---|---|
| connection | Int32 | Connection to a server |
| sequenceNumber | Pop3ListFields | The sequence number of the message |
| fields | IConnection | The fields that we want get |
| token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
The message information.
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email