HtmlWriter class
The HtmlWriter class provides methods that allow you to easily write HTML tags, HTML attribute, and text to an output HTML document.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
An HtmlWriter object that can be used to write to the results of a conversion is passed to HtmlTagCallback delegates. Note that, in addition to this use, HtmlWriter objects can be instantiated and used independent of HtmlTagCallback delegates.
Show: