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.