ComponentPro UltimateBounceInspector

      DeleteMessageAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously marks the specified messages in the currently selected mailbox as deleted. To permanently delete messages, use the method Purge.

      Overload List

      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.
      Top

      See Also