Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkGetMessage(Int32, Stream)
Downloads the message with the specified sequence number and writes its data into a supplied stream.
Public methodSupported by the .NET Compact FrameworkGetMessage(Int32, String)
Downloads the message with the specified sequence number and writes its data into a local file.
Public methodSupported by the .NET Compact FrameworkGetMessage(String, Stream)
Downloads the message with the specified unique ID and writes its data into a supplied stream.
Public methodSupported by the .NET Compact FrameworkGetMessage(String, String)
Downloads the message with the specified unique ID and writes its data into a local file.
Public methodSupported by the .NET Compact FrameworkGetMessage(Int32, Stream, Int64, Int32)
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 FrameworkGetMessage(Int32, String, Int64, Int32)
Downloads the message with the specified sequence number and writes its data into a local file.
Public methodSupported by the .NET Compact FrameworkGetMessage(String, Stream, Int64, Int32)
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 FrameworkGetMessage(String, String, Int64, Int32)
Downloads the message with the specified unique ID and writes its data into a local file.

See Also