3.1.4.3.3.2 m:GetAttachmentType Complex Type
The GetAttachmentType complex type specifies a request message to get attached items and files on an item in the server database. The GetAttachmentType complex type extends the BaseRequestType complex type ([MS-OXWSCDATA] section 2.2.4.17).
-
<xs:complexType name="GetAttachmentType"> <xs:complexContent> <xs:extension base="m:BaseRequestType" > <xs:sequence> <xs:element name="AttachmentShape" type="t:AttachmentResponseShapeType" minOccurs="0" /> <xs:element name="AttachmentIds" type="t:NonEmptyArrayOfRequestAttachmentIdsType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the GetAttachmentType complex type.
Element |
Type |
Description |
---|---|---|
AttachmentShape |
t:AttachmentResponseShapeType (section 3.1.4.3.3.3) |
Contains additional properties to return for the attachments. |
AttachmentIds |
t:NonEmptyArrayOfRequestAttachmentIdsType (section 2.2.4.7) |
Contains the identifiers of the attachments to return in the response. |