HtmlReader.Close Method

The Close() method closes the HtmlReader instance and releases 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 HtmlReader

instance.Close()
public void Close()