Returns a unique ID of the target message corresponding to the specified source message unique ID.

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

Syntax

Visual Basic
Public Function MapSourceToTarget ( _
	sourceUniqueId As String _
) As String
C#
public string MapSourceToTarget(
	string sourceUniqueId
)

Parameters

sourceUniqueId
Type: System..::..String
Source message unique ID.

Return Value

Target message unique ID, or null if not present.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also