3.1.4.14.2.2 GetAttachmentCollectionResponse
The GetAttachmentCollectionResponse element contains the response to the request to return the list of URLs of attachments associated with a specified list item. If the operation succeeds, the protocol server MUST return the collection of attachment URLs for the specified list item; otherwise, the protocol server MUST return a SOAP fault with error codes as described in section 3.1.4.14.
-
<s:element name="GetAttachmentCollectionResponse"> <s:complexType> <s:sequence> <s:element name="GetAttachmentCollectionResult" minOccurs="0"> <s:complexType mixed="true"> <s:sequence> <s:element name="Attachments"> <s:complexType> <s:sequence> <s:element name="Attachment" type="s:string" minOccurs="0" maxOccurs="unbounded"> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element>
GetAttachmentCollectionResult: Contains the collection of attachments. Each attachment in turn refers to the absolute attachment path on the server as shown in the following element descriptions.
Attachments: The collection of all attachments for the specified list item.
Attachment: The URL for a particular attachment.