3.1.4.3.3.5 ConversationResponseType

The ConversationResponseType complex type specifies a conversation that is returned in a response.<34>

 <xs:complexType name="ConversationResponseType">
     <xs:sequence>
         <xs:element name="ConversationId" type="t:ItemIdType" minOccurs="1" maxOccurs="1"/>
         <xs:element name="SyncState" type="xs:base64Binary" minOccurs="0" maxOccurs="1"/>
         <xs:element name="ConversationNodes" type="t:ArrayOfConversationNodesType" minOccurs="0" maxOccurs="1"/>
     </xs:sequence>
 </xs:complexType>

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

Element

Type

Description

ConversationId

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

Specifies the conversation identifier.

SyncState

xs:base64Binary ([XMLSCHEMA2])

Specifies the conversation synchronization state.

ConversationNodes

t:ArrayOfConversationNodesType (section 3.1.4.3.3.1)

Specifies the conversation nodes in the conversation.