Asynchronously marks the specified messages in the currently selected mailbox as deleted. To permanently delete messages, use the method
.
DeleteMessageAsync(ImapMessageIdCollection, AsyncCompletedEventHandler, Object) | Asynchronously marks the specified messages in the currently selected mailbox as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(ImapMessageIdCollection, Object) | Asynchronously marks the specified messages in the currently selected mailbox as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(String, AsyncCompletedEventHandler, Object) | Asynchronously marks a message with the specified unique ID as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(String, Object) | Asynchronously marks a message with the specified unique ID as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(Int32, AsyncCompletedEventHandler, Object) | Asynchronously marks a message with the specified message inbox index as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(Int32, Object) | Asynchronously marks a message with the specified message inbox index as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(ImapMessageIdCollection) | Asynchronously marks the specified messages in the currently selected mailbox as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(String) | Asynchronously marks a message with the specified unique ID as deleted. To permanently delete messages, use the method Purge. |
DeleteMessageAsync(Int32) | Asynchronously marks a message with the specified message inbox index as deleted. To permanently delete messages, use the method Purge. |