Documentation

SyncFolderItemsType extends BaseRequestType
in package

Defines a request to synchronize items in an Exchange store folder.

Table of Contents

Properties

$Ignore  : ArrayOfBaseItemIdsType
Identifies items to skip during synchronization.
$ItemShape  : ItemResponseShapeType
Identifies the item properties and content to include in a SyncFolderItems response.
$MaxChangesReturned  : int
Describes the maximum number of changes that can be returned in a synchronization response.
$SyncFolderId  : TargetFolderIdType
Represents the folder that contains the items to synchronize.
$SyncScope  : string
Specifies whether just items or items and folder associated information are returned in a synchronization response.
$SyncState  : string|null
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

$Ignore

Identifies items to skip during synchronization.

public ArrayOfBaseItemIdsType $Ignore

This element is optional.

Tags
since

Exchange 2007

$ItemShape

Identifies the item properties and content to include in a SyncFolderItems response.

public ItemResponseShapeType $ItemShape

This element is required.

Tags
since

Exchange 2007

$MaxChangesReturned

Describes the maximum number of changes that can be returned in a synchronization response.

public int $MaxChangesReturned

This element is required.

Tags
since

Exchange 2007

$SyncFolderId

Represents the folder that contains the items to synchronize.

public TargetFolderIdType $SyncFolderId

This element is required.

Tags
since

Exchange 2007

$SyncScope

Specifies whether just items or items and folder associated information are returned in a synchronization response.

public string $SyncScope

This element is optional.

Tags
since

Exchange 2010

see
SyncFolderItemsScopeType

$SyncState

Contains a base64-encoded form of the synchronization data that is updated after each successful request.

public string|null $SyncState

This is used to identify the synchronization state.

This element is optional.

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