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 |
|
Specifies the internet message identifier of this conversation node. |
ParentInternetMessageId |
|
Specifies the internet message identifier of the parent conversation node. |
Items |
|
Specifies all the items in the conversation node. |