Overload List
Name | Description | |
---|---|---|
GetMessagePart(Int32, String) |
Downloads the specified part of the message. Used to download separate attachments.
Call GetMessageInfo(String, ImapListFields) with ImapListFields.MessageStructure argument
to download the list of sections and access it using GetParts()()()() method.
| |
GetMessagePart(String, String) |
Downloads the specified part of the message. Used to download separate attachments.
Call GetMessageInfo(String, ImapListFields) with ImapListFields.MessageStructure argument
to download the list of sections and access it using GetParts()()()() method.
| |
GetMessagePart(Int32, String, Stream) |
Downloads the specified part of the message into the specified stream. Used to download separate attachments.
Call GetMessageInfo(String, ImapListFields) with ImapListFields.MessageStructure argument
to download the list of sections and access it using GetParts()()()() method.
| |
GetMessagePart(String, String, Stream) |
Downloads the specified part of the message into the specified stream. Used to download separate attachments.
Call GetMessageInfo(String, ImapListFields) with ImapListFields.MessageStructure argument
to download the list of sections and access it using GetParts()()()() method.
|