HtmlWriter Constructor (TextWriter)
The HtmlWriter constructor creates a new HtmlWriter object with a specified TextWriter as the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
output As TextWriter _
)
public HtmlWriter (
TextWriter output
)
public:
HtmlWriter (
TextWriter^ output
)
public HtmlWriter (
TextWriter output
)
public function HtmlWriter (
output : TextWriter
)
Parameters
- output
The TextWriter object to which to write HTML.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also