2.2.4.2 t:PostReplyItemBaseType Complex Type

The PostReplyItemBaseType complex type is the base type for the PostReplyItemType type, as specified in section 2.2.4.3. The PostReplyItemBaseType complex type extends the ResponseObjectType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.67.

 <xs:complexType name="t:PostReplyItemBaseType">
   <xs:complexContent>
     <xs:restriction
       base="t:ResponseObjectType"
     >
       <xs:sequence>
         <xs:element name="Subject"
           type="xs:string"
           minOccurs="0"
          />
         <xs:element name="Body"
           type="t:BodyType"
           minOccurs="0"
          />
         <xs:element name="ReferenceItemId"
           type="t:ItemIdType"
           minOccurs="0"
          />
       </xs:sequence>
       <xs:attribute name="ObjectName"
         type="xs:string"
         use="prohibited"
        />
     </xs:restriction>
   </xs:complexContent>
 </xs:complexType>

The following table lists the child elements of the PostReplyItemBaseType complex type.

Element name

Type

Description

Subject

xs:string ([XMLSCHEMA2])

Represents the subject of the Post object. The value of the Subject element is limited to 255 characters. Values larger than 255 characters are truncated to the first 252 characters. Three '.' characters are appended to the resulting truncated value.

Body

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

Represents the body content of the Post object.

ReferenceItemId

t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25)

Identifies the Post object to which the response refers. This element MUST be present.

The following table lists the attribute of the PostReplyItemBaseType complex type.

Attribute name

Type

Description

ObjectName

xs:string ([XMLSCHEMA2])

Represents the name of an object. This name depends on the actual resource accessed.