Converts a unique ID to sequence number. Returns the sequence number of the specified message, or null (Nothing in VB.NET) if not found.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Function GetMessageSequenceNumber ( _
	uniqueId As String _
) As Nullable(Of Integer)
C#
public Nullable<int> GetMessageSequenceNumber(
	string uniqueId
)

Parameters

uniqueId
Type: System..::..String
Unique ID of the message.

Return Value

Sequence number of the specified message, or null (Nothing in VB.NET) if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also