HtmlWriter.WriteText method (HtmlReader)
The WriteText(HtmlReader) method writes the text content of an HTML element to the HTML output stream.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteText ( _
reader As HtmlReader _
)
'Usage
Dim instance As HtmlWriter
Dim reader As HtmlReader
instance.WriteText(reader)
public void WriteText(
HtmlReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.TextConverters.HtmlReaderThe [Microsoft.Exchange.Data.TextConverters.HtmlReader] that contains the text to write to the HTML output stream.