 | HtmlWriter(TextWriter, Boolean) Constructor |
Initialize a new instance of the
HtmlWriter class.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic HtmlWriter(
TextWriter output,
bool leaveOpen = false
)
Parameters
- output TextWriter
- The output text writer.
- leaveOpen Boolean (Optional)
- if the output should be left open
when this HtmlWriter is disposed; otherwise, .
Exceptions
RemarksInitializes a new instance of the HtmlWriter class using the specified
text writer, optionally leaving the text writer open.
See Also