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