Documentation

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
since

Exchange 2007

$Delete

Identifies a single folder to delete in the local client store.

public SyncFolderHierarchyDeleteType $Delete
Tags
since

Exchange 2007

$Update

Identifies a single folder to update in the local client store.

public SyncFolderHierarchyCreateOrUpdateType $Update
Tags
since

Exchange 2007

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