ItemType.HasAttachmentsSpecified Property
The HasAttachmentsSpecified property gets or sets a Boolean value that specifies whether the HasAttachments property is serialized into the SOAP request. This property is required if the HasAttachments property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property HasAttachmentsSpecified As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.HasAttachmentsSpecified
instance.HasAttachmentsSpecified = value
public bool HasAttachmentsSpecified { get; set; }
Property Value
Type: System.Boolean
The HasAttachmentsSpecified property returns true if the HasAttachments property is serialized into the SOAP request; otherwise, the property returns false.
See Also