SyncFolderHierarchyChangesType
extends Type
in package
Represents a sequenced array of change types that represent the type of differences between the folders on the client and the folders on the computer that is running Microsoft Exchange Server 2007.
Table of Contents
Properties
- $Create : SyncFolderHierarchyCreateOrUpdateType
- Identifies a single folder to create in the local client store.
- $Delete : SyncFolderHierarchyDeleteType
- Identifies a single folder to delete in the local client store.
- $Update : SyncFolderHierarchyCreateOrUpdateType
- Identifies a single folder to update in the local client store.
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
$Create
Identifies a single folder to create in the local client store.
public
SyncFolderHierarchyCreateOrUpdateType
$Create
Tags
$Delete
Identifies a single folder to delete in the local client store.
public
SyncFolderHierarchyDeleteType
$Delete
Tags
$Update
Identifies a single folder to update in the local client store.
public
SyncFolderHierarchyCreateOrUpdateType
$Update
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