PropertySet.FilterHtmlContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).