Share via


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
public bool HtmlEscapeOutput { get; set; }
public:
property bool HtmlEscapeOutput {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_HtmlEscapeOutput ()

/** @property */
public void set_HtmlEscapeOutput (boolean value)
public function get HtmlEscapeOutput () : boolean

public function set HtmlEscapeOutput (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003