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.