ComponentPro UltimateMail

      DownloadMessagePart Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      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.

      Overload List

      DownloadMessagePart(Int32, String)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.DownloadMessagePart(String, String)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.DownloadMessagePart(Int32, String, Stream)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.DownloadMessagePart(String, String, Stream)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.
      Top

      See Also