ComponentPro UltimateBounceInspector

      UndeleteMessageAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously marks messages that belong to a specified message set as not deleted. It has no effect on messages were purged using the Purge method.

      Overload List

      UndeleteMessageAsync(ImapMessageIdCollection, AsyncCompletedEventHandler, Object)Asynchronously marks messages that belong to a specified message set as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(ImapMessageIdCollection, Object)Asynchronously marks messages that belong to a specified message set as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(String, AsyncCompletedEventHandler, Object)Asynchronously marks a message with the specified unique ID as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(String, Object)Asynchronously marks a message with the specified unique ID as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(Int32, AsyncCompletedEventHandler, Object)Asynchronously marks a message with the specified sequence number as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(Int32, Object)Asynchronously marks a message with the specified sequence number as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(AsyncCompletedEventHandler, Object)Asynchronous marks all messages as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(Object)Asynchronous marks all messages as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(ImapMessageIdCollection)Asynchronously marks messages that belong to a specified message set as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(String)Asynchronously marks a message with the specified unique ID as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync(Int32)Asynchronously marks a message with the specified sequence number as not deleted. It has no effect on messages were purged using the Purge method.UndeleteMessageAsync()Asynchronous marks all messages as not deleted. It has no effect on messages were purged using the Purge method.
      Top

      See Also