AttachmentResponseShapeType.FilterHtmlContent Property

Definition

The FilterHtmlContent property gets or sets a Boolean value that specifies whether potentially unsafe HTML content is filtered from an attachment.

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

Property Value

The value of the FilterHtmlContent property is true if potentially unsafe HTML content is filtered from an attachment; otherwise the value is false.

Remarks

You must set the FilterHtmlContentSpecified property to true so that the FilterHtmlContent property is serialized into the SOAP request.

Applies to