HtmlWriter.Close method

The Close() method closes the HtmlWriter instance and releases any resources used by the instance.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub Close
'Usage
Dim instance As HtmlWriter

instance.Close()
public void Close()

See also

Reference

HtmlWriter class

HtmlWriter members

Microsoft.Exchange.Data.TextConverters namespace