Documentation

ConversationResponseType extends Type
in package

Defines a single conversation.

Table of Contents

Properties

$CanDelete  : bool
Indicates whether the conversation can be deleted.
$ConversationId  : ItemIdType
Contains the identifier of the conversation.
$ConversationNodes  : ArrayOfConversationNodesType
Specifies a collection of conversation nodes.
$SyncState  : string
Specifies the synchronization state of a conversation.

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

$CanDelete

Indicates whether the conversation can be deleted.

public bool $CanDelete
Tags
since

Exchange 2013

$ConversationId

Contains the identifier of the conversation.

public ItemIdType $ConversationId
Tags
since

Exchange 2013

$ConversationNodes

Specifies a collection of conversation nodes.

public ArrayOfConversationNodesType $ConversationNodes
Tags
since

Exchange 2013

$SyncState

Specifies the synchronization state of a conversation.

public string $SyncState
Tags
since

Exchange 2013

todo

Create a base64 class?

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

        
On this page

Search results