Documentation

SyncFolderHierarchyType extends BaseRequestType
in package

Defines a request to synchronize a folder hierarchy on a client.

Table of Contents

Properties

$FolderShape  : FolderResponseShapeType
Identifies the folder properties to include in a SyncFolderHierarchy response.
$SyncFolderId  : TargetFolderIdType
Represents the folder that contains the items to synchronize.
$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

$FolderShape

Identifies the folder properties to include in a SyncFolderHierarchy response.

public FolderResponseShapeType $FolderShape
Tags
since

Exchange 2007

$SyncFolderId

Represents the folder that contains the items to synchronize.

public TargetFolderIdType $SyncFolderId

This element is optional.

Tags
since

Exchange 2010

$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
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