IAsyncPop3Client.GetMessageSizeAsync
Contents
[
Hide
]GetMessageSizeAsync(string, IConnection, CancellationToken)
Gets the size of the message
public Task<long> GetMessageSizeAsync(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 size
See Also
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMessageSizeAsync(int, IConnection, CancellationToken)
Gets the size of the message
public Task<long> GetMessageSizeAsync(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 size
See Also
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email