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