AttachmentResponseShapeType.FilterHtmlContentSpecified Property

Definition

The FilterHtmlContentSpecified property gets a Boolean value that specifies whether the FilterHtmlContent property is serialized into the SOAP request. This property is required if the FilterHtmlContent property is specified.

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

Property Value

The value of the FilterHtmlContentSpecified property is true if the FilterHtmlContent property is serialized into the SOAP request; otherwise, the value is false.

Applies to