3.1.4.3.3.4 ConversationRequestType

The ConversationRequestType complex type specifies a conversation to return in a response.<33>

 <xs:complexType name="ConversationRequestType">
     <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:sequence>
 </xs:complexType>

The following table lists the child elements of the ConversationRequestType 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.