SyncFolderHierarchyResponseMessageType
extends ResponseMessageType
in package
Represents the status and result of a single SyncFolderHierarchy operation request.
Table of Contents
Properties
- $Changes : SyncFolderHierarchyChangesType
- Contains a sequence array of change types that represent the types of differences between the items on the client and the items on the Exchange server.
- $DescriptiveLinkKey : int
- Currently unused and reserved for future use.
- $IncludesLastFolderInRange : bool
- Indicates whether the last item to synchronize has been included in the response.
- $MessageText : string
- Provides a text description of the status of the response.
- $MessageXml : string
- Provides additional error response information.
- $ResponseClass : string
- Describes the status of the response.
- $ResponseCode : string
- Provides an error code that identifies the specific error that the request encountered.
- $SyncState : string
- Contains a base64-encoded form of the synchronization data that is updated after each successful request.
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
$Changes
Contains a sequence array of change types that represent the types of differences between the items on the client and the items on the Exchange server.
public
SyncFolderHierarchyChangesType
$Changes
Tags
$DescriptiveLinkKey
Currently unused and reserved for future use.
public
int
$DescriptiveLinkKey
This element contains a value of 0.
Tags
$IncludesLastFolderInRange
Indicates whether the last item to synchronize has been included in the response.
public
bool
$IncludesLastFolderInRange
Tags
$MessageText
Provides a text description of the status of the response.
public
string
$MessageText
Tags
$MessageXml
Provides additional error response information.
public
string
$MessageXml
Tags
$ResponseClass
Describes the status of the response.
public
string
$ResponseClass
Tags
$ResponseCode
Provides an error code that identifies the specific error that the request encountered.
public
string
$ResponseCode
Tags
$SyncState
Contains a base64-encoded form of the synchronization data that is updated after each successful request.
public
string
$SyncState
This is used to identify the synchronization state.
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