Body.GetContentWriteStream method (String)
The GetContentWriteStream method gets a stream into which you can write new content by using the specified character set.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function GetContentWriteStream ( _
charsetName As String _
) As Stream
'Usage
Dim instance As Body
Dim charsetName As String
Dim returnValue As Stream
returnValue = instance.GetContentWriteStream(charsetName)
public Stream GetContentWriteStream(
string charsetName
)
Parameters
charsetName
Type: System.StringThe character set to use to encode the new content.
Return value
Type: System.IO.Stream