Share via


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)

Syntax

'Declaration
Public Class HtmlWriter
    Implements IDisposable
public class HtmlWriter : IDisposable
public ref class HtmlWriter : IDisposable
public class HtmlWriter implements IDisposable
public class HtmlWriter implements IDisposable

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.TextConverters.HtmlWriter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003