ConversationNodeType
extends Type
in package
Defines a node in a conversation.
Table of Contents
Properties
- $InternetMessageId : string
- Represents the Internet message identifier of an item.
- $Items : NonEmptyArrayOfAllItemsType
- Specifies all the items in the conversation node.
- $ParentInternetMessageId : string
- Specifies the identifier of the parent Internet message.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$InternetMessageId
Represents the Internet message identifier of an item.
public
string
$InternetMessageId
Tags
$Items
Specifies all the items in the conversation node.
public
NonEmptyArrayOfAllItemsType
$Items
Tags
$ParentInternetMessageId
Specifies the identifier of the parent Internet message.
public
string
$ParentInternetMessageId
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed