ComponentPro UltimateMail

      DownloadMessagePartAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with MessageStructure argument to download the list of sections and access it using GetParts method.

      Overload List

      DownloadMessagePartAsync(Int32, String, Stream, ExtendedAsyncCompletedEventHandler<Object>, Object)Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(Int32, String, Stream, Object)Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(String, String, Stream, ExtendedAsyncCompletedEventHandler<Object>, Object)Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(String, String, Stream, Object)Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(Int32, String, ExtendedAsyncCompletedEventHandler<Object>, Object)Asynchronously downloads the specified part of the message. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(Int32, String, Object)Asynchronously downloads the specified part of the message. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(String, String, ExtendedAsyncCompletedEventHandler<Object>, Object)Asynchronously downloads the specified part of the message. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(String, String, Object)Asynchronously downloads the specified part of the message. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(Int32, String, Stream)Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(String, String, Stream)Asynchronously downloads the specified part of the message into the specified stream. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(Int32, String)Asynchronously downloads the specified part of the message. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.DownloadMessagePartAsync(String, String)Asynchronously downloads the specified part of the message. Used to download separate attachments. Call DownloadImapMessage with ImapEnvelopeParts.MessageStructure argument to download the list of sections and access it using GetParts method.
      Top

      See Also