3.1.4.2.3.3 ConversationResponseShapeType

The ConversationResponseShapeType complex type specifies the properties that are returned for conversation items returned in the response.<7>

   <xs:complexType name="ConversationResponseShapeType">
     <xs:sequence>
       <xs:element name="BaseShape" type="t:DefaultShapeNamesType" />
       <xs:element name="AdditionalProperties" type="t:NonEmptyArrayOfPathsToElementType" minOccurs="0" />
     </xs:sequence>
   </xs:complexType>

The following table lists the elements of the ConversationResponseShapeType complex type.

Element

Type

Description

BaseShape

t:DefaultShapeNamesType ([MS-OXWSCDATA] section 2.2.5.7)

Specifies the base properties to return in the response.

AdditionalProperties

t:NonEmptyArrayOfPathsToElementType ([MS-OXWSCDATA] section 2.2.4.48)

Specifies the additional properties to be returned in the response.