RtfToText.HtmlEscapeOutput property
The HtmlEscapeOutput property gets or sets a Boolean value that controls whether HTML escaping rules will be applied to the output of the conversion.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property HtmlEscapeOutput As Boolean
Get
Set
'Usage
Dim instance As RtfToText
Dim value As Boolean
value = instance.HtmlEscapeOutput
instance.HtmlEscapeOutput = value
public bool HtmlEscapeOutput { get; set; }
Property value
Type: System.Boolean
Remarks
Note that the receiver that unwraps the text should support the DelSp MIME parameter in order for unwrapping to be reversible.
The HtmlEscapeOutput property can only be set before conversion begins.