Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginGetMessagePart(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.
Public methodSupported by the .NET Compact FrameworkBeginGetMessagePart(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.
Public methodSupported by the .NET Compact FrameworkBeginGetMessagePart(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.
Public methodSupported by the .NET Compact FrameworkBeginGetMessagePart(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.

See Also