3.1.4.3.3.3 ConversationNodeType

The ConversationNodeType complex type specifies a node of items in a conversation.<32>

 <xs:complexType name="ConversationNodeType">
     <xs:sequence>
         <xs:element name="InternetMessageId" type="xs:string" minOccurs="0" maxOccurs="1"/>
         <xs:element name="ParentInternetMessageId" type="xs:string" minOccurs="0" maxOccurs="1"/>
         <xs:element name="Items" type="t:NonEmptyArrayOfAllItemsType" minOccurs="0" maxOccurs="1"/>
     </xs:sequence>
 </xs:complexType>

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

Element

Type

Description

InternetMessageId

xs:string ([XMLSCHEMA2])

Specifies the internet message identifier of this conversation node.

ParentInternetMessageId

xs:string

Specifies the internet message identifier of the parent conversation node.

Items

t:NonEmptyArrayOfAllItemsType ([MS-OXWSCDATA] section 2.2.4.46)

Specifies all the items in the conversation node.