Pop3Client.GetMessageUniqueIdAsync
Contents
[
Hide
]GetMessageUniqueIdAsync(IConnection, int)
Gets the message unique id
public Task<string> GetMessageUniqueIdAsync(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
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMessageUniqueIdAsync(int)
Gets the message unique id
public Task<string> GetMessageUniqueIdAsync(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 Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMessageUniqueIdAsync(IConnection, int, CancellationToken)
Gets the message unique id
public Task<string> GetMessageUniqueIdAsync(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
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMessageUniqueIdAsync(int, CancellationToken)
Gets the message unique id
public Task<string> GetMessageUniqueIdAsync(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 Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email