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.String
The character set to use to encode the new content.
Return Value
Type: System.IO.Stream