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