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

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.