ComponentPro UltimateMail

      DownloadMessageAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously downloads the message with the specified inbox index number and writes its data into a supplied stream.

      Overload List

      DownloadMessageAsync(Int32, Stream, Int64, Int32, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified inbox index number and writes its data into a supplied stream.DownloadMessageAsync(Int32, Stream, Int64, Int32, Object)Asynchronously downloads the message with the specified inbox index number and writes its data into a supplied stream.DownloadMessageAsync(String, Stream, Int64, Int32, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a supplied stream.DownloadMessageAsync(String, Stream, Int64, Int32, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a supplied stream.DownloadMessageAsync(Int32, Stream, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified message inbox index number and writes its data into a supplied stream.DownloadMessageAsync(Int32, Stream, Object)Asynchronously downloads the message with the specified message inbox index number and writes its data into a supplied stream.DownloadMessageAsync(String, Stream, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a supplied stream.DownloadMessageAsync(String, Stream, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a supplied stream.DownloadMessageAsync(Int32, String, Int64, Int32, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified inbox index number and writes its data into a local file.DownloadMessageAsync(Int32, String, Int64, Int32, Object)Asynchronously downloads the message with the specified inbox index number and writes its data into a local file.DownloadMessageAsync(String, String, Int64, Int32, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a local file.DownloadMessageAsync(String, String, Int64, Int32, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a local file.DownloadMessageAsync(Int32, String, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified sequence number and writes its data into a local file.DownloadMessageAsync(Int32, String, Object)Asynchronously downloads the message with the specified sequence number and writes its data into a local file.DownloadMessageAsync(String, String, ExtendedAsyncCompletedEventHandler<Int64>, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a local file.DownloadMessageAsync(String, String, Object)Asynchronously downloads the message with the specified unique ID and writes its data into a local file.DownloadMessageAsync(Int32, Stream, Int64, Int32)Asynchronously downloads the message with the specified inbox index number and writes its data into a supplied stream.DownloadMessageAsync(String, Stream, Int64, Int32)Asynchronously downloads the message with the specified unique ID and writes its data into a supplied stream.DownloadMessageAsync(Int32, Stream)Asynchronously downloads the message with the specified message inbox index number and writes its data into a supplied stream.DownloadMessageAsync(String, Stream)Asynchronously downloads the message with the specified unique ID and writes its data into a supplied stream.DownloadMessageAsync(Int32, String, Int64, Int32)Asynchronously downloads the message with the specified inbox index number and writes its data into a local file.DownloadMessageAsync(String, String, Int64, Int32)Asynchronously downloads the message with the specified unique ID and writes its data into a local file.DownloadMessageAsync(Int32, String)Asynchronously downloads the message with the specified sequence number and writes its data into a local file.DownloadMessageAsync(String, String)Asynchronously downloads the message with the specified unique ID and writes its data into a local file.
      Top

      See Also