Overload List
Name | Description | |
---|---|---|
GetMessage(Int32, Stream) |
Downloads the message with the specified sequence number
and writes its data into a supplied stream.
| |
GetMessage(Int32, String) |
Downloads the message with the specified sequence number
and writes its data into a local file.
| |
GetMessage(String, Stream) |
Downloads the message with the specified unique ID
and writes its data into a supplied stream.
| |
GetMessage(String, String) |
Downloads the message with the specified unique ID
and writes its data into a local file.
| |
GetMessage(Int32, Stream, Int64, Int32) |
Downloads the specified part of the message with the specified sequence number
and writes its data into a supplied stream.
| |
GetMessage(Int32, String, Int64, Int32) |
Downloads the message with the specified sequence number
and writes its data into a local file.
| |
GetMessage(String, Stream, Int64, Int32) |
Downloads the specified part of the message with the specified unique ID
and writes its data into a supplied stream.
| |
GetMessage(String, String, Int64, Int32) |
Downloads the message with the specified unique ID
and writes its data into a local file.
|