ComponentPro UltimateMail

      DownloadMimeMessageAsync 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 MimeMessage.

      Overload List

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

      See Also