AttachmentResponseShapeType.FilterHtmlContent Property
The FilterHtmlContent property gets or sets a Boolean value that specifies whether potentially unsafe HTML content is filtered from an attachment.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FilterHtmlContent As Boolean
Get
Set
'Usage
Dim instance As AttachmentResponseShapeType
Dim value As Boolean
value = instance.FilterHtmlContent
instance.FilterHtmlContent = value
public bool FilterHtmlContent { get; set; }
Property Value
Type: System.Boolean
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.
See Also