Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(Int32, Stream, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the message with the specified sequence number and writes its data into a supplied stream.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(Int32, String, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the message with the specified sequence number and writes its data into a local file.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(String, Stream, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the message with the specified unique ID and writes its data into a supplied stream.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(String, String, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the message with the specified unique ID and writes its data into a local file.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(Int32, Stream, Int64, Int32, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the specified part of the message with the specified sequence number and writes its data into a supplied stream.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(Int32, String, Int64, Int32, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the message with the specified sequence number and writes its data into a local file.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(String, Stream, Int64, Int32, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the specified part of the message with the specified unique ID and writes its data into a supplied stream.
Public methodSupported by the .NET Compact FrameworkBeginGetMessage(String, String, Int64, Int32, AsyncCallback, Object)
Begins asynchronous GetMessage operation. Downloads the message with the specified unique ID and writes its data into a local file.

See Also