SetSendStreamAsync Method
Sets the stream to be sent.
Syntax
[VB.NET] Public Function SetSendStreamAsync(ByVal SendStream As System.IO.Stream, ByVal Filename As String) As Task
[C#] public Task SetSendStreamAsync(System.IO.Stream sendStream, string filename);