HtmlWriter.WriterState property
The WriterState property gets an HtmlWriterState enumeration value that indicates what the writer can next write.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property WriterState As HtmlWriterState
Get
'Usage
Dim instance As HtmlWriter
Dim value As HtmlWriterState
value = instance.WriterState
public HtmlWriterState WriterState { get; }
Property value
Type: Microsoft.Exchange.Data.TextConverters.HtmlWriterState