ConverterWriter Constructor (Stream, TextConverter)
The ConverterWriter constructor creates a new ConverterWriter object that uses converter to write converted output to destinationStream.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
destinationStream As Stream, _
converter As TextConverter _
)
public ConverterWriter (
Stream destinationStream,
TextConverter converter
)
public:
ConverterWriter (
Stream^ destinationStream,
TextConverter^ converter
)
public ConverterWriter (
Stream destinationStream,
TextConverter converter
)
public function ConverterWriter (
destinationStream : Stream,
converter : TextConverter
)
Parameters
- destinationStream
The Stream to write the converted data to.
- converter
The ConverterWriter to use for the conversion.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003