HtmlWriter.WriteMarkupText method (HtmlReader)
The WriteMarkupText(HtmlReader) method copies the original content of an HTML element and writes it 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 WriteMarkupText ( _
reader As HtmlReader _
)
'Usage
Dim instance As HtmlWriter
Dim reader As HtmlReader
instance.WriteMarkupText(reader)
public void WriteMarkupText(
HtmlReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.TextConverters.HtmlReaderA [Microsoft.Exchange.Data.TextConverters.HtmlReader] object containing the text to write to the output stream.