Pop3.GetMessageSequenceNumber Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
GetMessageSequenceNumber(String)
Converts a unique ID to sequence number. Returns the sequence number of the specified message, or null (Nothing in VB.NET) if not found.
Declaration
public int? GetMessageSequenceNumber(string uniqueId)
Parameters
Type | Name | Description |
---|---|---|
String | uniqueId | Unique ID of the message. |
Returns
Type | Description |
---|---|
Nullable<Int32> | Sequence number of the specified message, or null (Nothing in VB.NET) if not found. |