Overload List
Name | Description | |
---|---|---|
BeginGetMessagePart(Int32, String, AsyncCallback, Object) |
Begins asynchronous GetMessagePart operation.
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.
| |
BeginGetMessagePart(String, String, AsyncCallback, Object) |
Begins asynchronous GetMessagePart operation.
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.
| |
BeginGetMessagePart(Int32, String, Stream, AsyncCallback, Object) |
Begins asynchronous GetMessagePart operation.
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.
| |
BeginGetMessagePart(String, String, Stream, AsyncCallback, Object) |
Begins asynchronous GetMessagePart operation.
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.
|