SetMessageHTMLStreamAsync Method
Sets the stream from which the component will read the HTML version of the message.
Syntax
[VB.NET] Public Function SetMessageHTMLStreamAsync(ByVal MessageStream As System.IO.Stream) As Task
[C#] public Task SetMessageHTMLStreamAsync(System.IO.Stream messageStream);