HtmlWriterState Enumeration
The HtmlWriterState enumeration contains values that identify the state of a HtmlWriter object.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration HtmlWriterState
'Usage
Dim instance As HtmlWriterState
public enum HtmlWriterState
Members
Member name | Description | |
---|---|---|
Default | The HtmlWriter object is not inside a tag. The HtmlWriter object can write a tag or text. | |
Tag | The HtmlWriter object is inside a tag, but has not started an attribute. The HtmlWriter object can start an attribute or write another tag or text. | |
Attribute | The HtmlWriter object is inside a tag and has started an attribute. The HtmlWriter object can append a value to the current attribute, start the next attribute, or write another tag or text. |