HtmlWriter.Flush method
The Flush method clears all buffers for this HtmlWriter and causes any buffered data to be written to the destination TextWriter object or Stream object that it owns.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub Flush
'Usage
Dim instance As HtmlWriter
instance.Flush()
public void Flush()
Remarks
Note that the Flush method closes any open tags in the output. You can not, for example, write more attributes or attribute examples to the current tag after you call the Flush method.