ComponentPro UltimateMail

      DownloadMailMessageAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously downloads the message with the specified sequence number and loads it into an instance of MailMessage.

      Overload List

      DownloadMailMessageAsync(Int32, ExtendedAsyncCompletedEventHandler<MailMessage>, Object)Asynchronously downloads the message with the specified sequence number and loads it into an instance of MailMessage.DownloadMailMessageAsync(Int32, Object)Asynchronously downloads the message with the specified sequence number and loads it into an instance of MailMessage.DownloadMailMessageAsync(String, ExtendedAsyncCompletedEventHandler<MailMessage>, Object)Asynchronously downloads the message with the specified unique ID and loads it into an instance of MailMessage.DownloadMailMessageAsync(String, Object)Asynchronously downloads the message with the specified unique ID and loads it into an instance of MailMessage.DownloadMailMessageAsync(Int32)Asynchronously downloads the message with the specified sequence number and loads it into an instance of MailMessage.DownloadMailMessageAsync(String)Asynchronously downloads the message with the specified unique ID and loads it into an instance of MailMessage.
      Top

      See Also