Pop3ClientGetMessageUniqueIdAsync Method (IConnection, Int32) |
Gets the message unique id
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task<string> GetMessageUniqueIdAsync(
IConnection connection,
int sequenceNumber
)
Public Function GetMessageUniqueIdAsync (
connection As IConnection,
sequenceNumber As Integer
) As Task(Of String)
public:
Task<String^>^ GetMessageUniqueIdAsync(
IConnection^ connection,
int sequenceNumber
)
member GetMessageUniqueIdAsync :
connection : IConnection *
sequenceNumber : int -> Task<string>
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - sequenceNumber
- Type: SystemInt32
The sequence number of the message
Return Value
Type:
TaskStringTask object, with delegate for this operation
See Also