ItemType.HasAttachmentsSpecified Property

Definition

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.

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

Property Value

The HasAttachmentsSpecified property returns true if the HasAttachments property is serialized into the SOAP request; otherwise, the property returns false.

Applies to