ImapCopyResult.MapTargetToSource Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
MapTargetToSource(String)
Returns a unique ID of the source message corresponding to the specified target message unique ID.
Declaration
public string MapTargetToSource(string targetUniqueId)
Parameters
Type | Name | Description |
---|---|---|
String | targetUniqueId | Target message unique ID. |
Returns
Type | Description |
---|---|
String | Source message unique ID, or null if not present. |