Click or drag to resize
MimeKit

HtmlWriter(TextWriter) Constructor

Initialize a new instance of the HtmlWriter class.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlWriter(
	TextWriter output
)

Parameters

output  TextWriter
The output text writer.
Exceptions
ExceptionCondition
ArgumentNullExceptionoutput is null.
Remarks
Creates a new HtmlWriter.
See Also