IAsyncPop3Client.GetMessageUniqueIdAsync

IAsyncPop3Client.GetMessageUniqueIdAsync method

Gets the message unique id

public Task<string> GetMessageUniqueIdAsync(int sequenceNumber, IConnection connection = null, 
    CancellationToken token = default)
ParameterTypeDescription
connectionInt32Connection to a server
sequenceNumberIConnectionThe sequence number of the message
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

The message unique identifier.

See Also