SyncFolderItemsChangesType
extends Type
in package
Represents 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.
Table of Contents
Properties
- $Create : array<string|int, SyncFolderItemsCreateOrUpdateType>
- Identifies a single item to create in the local client store.
- $Delete : array<string|int, SyncFolderItemsDeleteType>
- Identifies a single item to delete in the local client store.
- $ReadFlagChange : array<string|int, SyncFolderItemsReadFlagType>
- Returned in SyncFolderItems operation responses when an item has been read.
- $Update : array<string|int, SyncFolderItemsCreateOrUpdateType>
- Identifies a single item 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 item to create in the local client store.
public
array<string|int, SyncFolderItemsCreateOrUpdateType>
$Create
= array()
Tags
$Delete
Identifies a single item to delete in the local client store.
public
array<string|int, SyncFolderItemsDeleteType>
$Delete
= array()
Tags
$ReadFlagChange
Returned in SyncFolderItems operation responses when an item has been read.
public
array<string|int, SyncFolderItemsReadFlagType>
$ReadFlagChange
= array()
This property is read-only.
Tags
$Update
Identifies a single item to update in the local client store.
public
array<string|int, SyncFolderItemsCreateOrUpdateType>
$Update
= array()
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