ComponentPro UltimateBounceInspector

      CopyMessageAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously copies messages from the current folder that belong to a specified message set to the specified folder.

      Overload List

      CopyMessageAsync(ImapMessageIdCollection, String, ExtendedAsyncCompletedEventHandler<ImapCopyMessageReference>, Object)Asynchronously copies messages from the current folder that belong to a specified message set to the specified folder.CopyMessageAsync(ImapMessageIdCollection, String, Object)Asynchronously copies messages from the current folder that belong to a specified message set to the specified folder.CopyMessageAsync(Int32, String, ExtendedAsyncCompletedEventHandler<ImapCopyMessageReference>, Object)Asynchronously copies a message with the specified sequence number to the specified folder.CopyMessageAsync(Int32, String, Object)Asynchronously copies a message with the specified sequence number to the specified folder.CopyMessageAsync(String, String, ExtendedAsyncCompletedEventHandler<ImapCopyMessageReference>, Object)Asynchronously copies a message with the specified unique ID to the specified folder.CopyMessageAsync(String, String, Object)Asynchronously copies a message with the specified unique ID to the specified folder.CopyMessageAsync(ImapMessageIdCollection, String)Asynchronously copies messages from the current folder that belong to a specified message set to the specified folder.CopyMessageAsync(Int32, String)Asynchronously copies a message with the specified sequence number to the specified folder.CopyMessageAsync(String, String)Asynchronously copies a message with the specified unique ID to the specified folder.
      Top

      See Also