PropertySet.FilterHtmlContent Property

Definition

Gets or sets value that indicates whether to filter potentially unsafe HTML content from message bodies.

public:
 property Nullable<bool> FilterHtmlContent { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> FilterHtmlContent { get; set; }
Public Property FilterHtmlContent As Nullable(Of Boolean)

Property Value

true to filter potentially unsafe HTML content; otherwise, false. This property can be a null reference (Nothing in Visual Basic).

Applies to