Share via


EnrichedToText.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 EnrichedToText
Dim value As Boolean

value = instance.HtmlEscapeOutput

instance.HtmlEscapeOutput = value
public bool HtmlEscapeOutput { get; set; }

Property Value

Type: System.Boolean

Remarks

Note that receiver who unwraps the text should support DelSp MIME parameter in order for unwrapping to be reversible.

The HtmlEscapeOutput property can only be set before conversion begins.