Asynchronously moves the specified messages from the currently selected mailbox to the specified mailbox.
MoveMessageAsync(ImapMessageIdCollection, String, AsyncCompletedEventHandler, Object) | Asynchronously moves the specified messages from the currently selected mailbox to the specified mailbox. |
MoveMessageAsync(ImapMessageIdCollection, String, Object) | Asynchronously moves the specified messages from the currently selected mailbox to the specified mailbox. |
MoveMessageAsync(Int32, String, AsyncCompletedEventHandler, Object) | Begins asynchronous Move operation.
Copies a message with the specified sequence number to the specified folder. |
MoveMessageAsync(Int32, String, Object) | Begins asynchronous Move operation.
Copies a message with the specified sequence number to the specified folder. |
MoveMessageAsync(String, String, AsyncCompletedEventHandler, Object) | Begins asynchronous Move operation.
Copies a message with the specified unique ID to the specified folder. |
MoveMessageAsync(String, String, Object) | Begins asynchronous Move operation.
Copies a message with the specified unique ID to the specified folder. |
MoveMessageAsync(ImapMessageIdCollection, String) | Asynchronously moves the specified messages from the currently selected mailbox to the specified mailbox. |
MoveMessageAsync(Int32, String) | Begins asynchronous Move operation.
Copies a message with the specified sequence number to the specified folder. |
MoveMessageAsync(String, String) | Begins asynchronous Move operation.
Copies a message with the specified unique ID to the specified folder. |