次の方法で共有


TextToHtml.FilterHtml Property

The FilterHtml property gets or sets a Boolean value indicating whether the output HTML will be stripped of executable scripts.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Property FilterHtml As Boolean
public bool FilterHtml { get; set; }
public:
property bool FilterHtml {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_FilterHtml ()

/** @property */
public void set_FilterHtml (boolean value)
public function get FilterHtml () : boolean

public function set FilterHtml (value : boolean)

Property Value

The FilterHtml property returns true if executable scripts will be removed from the output HTML. Otherwise, this property returns false.

Remarks

The FilterHtml property must 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