ImapCopyResult Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
A result of the CopyMessage method. Contains the source and target unique IDs and can map between them.
Syntax
public class ImapCopyResult
Inherited Members
Properties
Name | Description |
---|---|
MessageCount | Get the number of copied messages. |
Methods
Name | Description |
---|---|
GetSourceMessageSet() | Gets a message set comprised of the original unique IDs. |
GetSourceUniqueIds() | Gets and array of original unique IDs. |
GetTargetMessageSet() | Gets a message set comprised of the new unique IDs. |
GetTargetUniqueIds() | Gets and array of new unique IDs. |
MapSourceToTarget(String) | Returns a unique ID of the target message corresponding to the specified source message unique ID. |
MapTargetToSource(String) | Returns a unique ID of the source message corresponding to the specified target message unique ID. |