Converts the two distinct message ID parts into the combined 'unique ID' used by Rebex IMAP. Please consult the IMAP RFC for details on unique ID and validity ID.

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

Syntax

Visual Basic
Public Shared Function BuildUniqueId ( _
	validity As Long, _
	id As Long _
) As String
C#
public static string BuildUniqueId(
	long validity,
	long id
)

Parameters

validity
Type: System..::..Int64
Folder validity ID.
id
Type: System..::..Int64
Message unique ID.

Return Value

Combined 'unique ID' value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also