Pop3Client.GetMessageUniqueId

GetMessageUniqueId(IConnection, int)

Gets the message unique id

public string GetMessageUniqueId(IConnection connection, int sequenceNumber)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of the message

Return Value

String that represents uid of the message

See Also


GetMessageUniqueId(int)

Gets the message unique id

public string GetMessageUniqueId(int sequenceNumber)
ParameterTypeDescription
sequenceNumberInt32The sequence number of the message

Return Value

String that represents uid of the message

See Also