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 |
|
Specifies the conversation identifier. |
SyncState |
|
Specifies the conversation synchronization state. |