Click or drag to resize
MimeKit

HtmlWriterWriterState Property

Get the current state of the writer.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlWriterState WriterState { get; }

Property Value

HtmlWriterState
The state of the writer.
Remarks
Gets the current state of the writer.
See Also