3.1.4.2.3.1 m:DeleteAttachmentResponseMessageType Complex Type

The DeleteAttachmentResponseMessageType complex type contains the status and result of a single DeleteAttachment operation. The DeleteAttachmentResponseMessageType complex type extends the ResponseMessageType complex type ([MS-OXWSCDATA] section 2.2.4.65).

 <xs:complexType name="DeleteAttachmentResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="RootItemId"
           type="t:RootItemIdType"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the DeleteAttachmentResponseMessageType complex type.

Element

Type

Description

RootItemId

t:RootItemIdType (section 3.1.4.2.3.4)

Specifies the parent item of a deleted attachment.