Compartilhar via


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
    Get
    Set
'Usage
Dim instance As TextToHtml
Dim value As Boolean

value = instance.FilterHtml

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

Property Value

Type: System.Boolean
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.