Asynchronously downloads the headers of a message with the specified sequence number
and writes it into a supplied stream.
DownloadMessageHeadersAsync(Int32, Stream, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Asynchronously downloads the headers of a message with the specified sequence number
and writes it into a supplied stream. |
DownloadMessageHeadersAsync(Int32, Stream, Object) | Asynchronously downloads the headers of a message with the specified sequence number
and writes it into a supplied stream. |
DownloadMessageHeadersAsync(String, Stream, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Asynchronously downloads the headers of a message with the specified unique ID
and writes it into a supplied stream. |
DownloadMessageHeadersAsync(String, Stream, Object) | Asynchronously downloads the headers of a message with the specified unique ID
and writes it into a supplied stream. |
DownloadMessageHeadersAsync(Int32, Stream) | Asynchronously downloads the headers of a message with the specified sequence number
and writes it into a supplied stream. |
DownloadMessageHeadersAsync(String, Stream) | Asynchronously downloads the headers of a message with the specified unique ID
and writes it into a supplied stream. |
Top