2.2.4.3 t:PostReplyItemType Complex Type

The PostReplyItemType complex type contains a reply to a Post object. The PostReplyItemType complex type extends the PostReplyItemBaseType complex type, as specified in section 2.2.4.2.

 <xs:complexType>
   <xs:complexContent>
     <xs:extension
       base="t:PostReplyItemBaseType"
     >
       <xs:sequence>
         <xs:element name="NewBodyContent"
           type="t:BodyType"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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

Element name

Type

Description

NewBodyContent

t:BodyType ([MS-OXWSCDATA] section 2.2.4.19)

Represents the new body content of a Post object.