IAsyncPop3Client.GetMessageUniqueIdAsync
IAsyncPop3Client.GetMessageUniqueIdAsync method
Gets the message unique id
public Task<string> GetMessageUniqueIdAsync(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 unique identifier.
See Also
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email