SetMessageStreamAsync Method
Sets the stream to which the message (or message part) downloaded from the server will be written.
Syntax
[VB.NET] Public Function SetMessageStreamAsync(ByVal MessageStream As System.IO.Stream) As Task
[C#] public Task SetMessageStreamAsync(System.IO.Stream messageStream);