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

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

Syntax

Visual Basic
Public Function MapTargetToSource ( _
	targetUniqueId As String _
) As String
C#
public string MapTargetToSource(
	string targetUniqueId
)

Parameters

targetUniqueId
Type: System..::..String
Target message unique ID.

Return Value

Source message unique ID, or null if not present.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also