AttachmentResponseShapeType.FilterHtmlContentSpecified Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FilterHtmlContentSpecified As Boolean
Get
Set
'Usage
Dim instance As AttachmentResponseShapeType
Dim value As Boolean
value = instance.FilterHtmlContentSpecified
instance.FilterHtmlContentSpecified = value
public bool FilterHtmlContentSpecified { get; set; }
Property Value
Type: System.Boolean
The value of the FilterHtmlContentSpecified property is true if the FilterHtmlContent property is serialized into the SOAP request; otherwise, the value is false.
See Also