Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.