Documentation

ItemChangeType extends Type
in package

Represents an item identifier and the updates to apply to the item.

Table of Contents

Properties

$ItemId  : ItemIdType
Contains the unique identifier and change key of an item in the Exchange store.
$OccurrenceItemId  : OccurrenceItemIdType
Identifies a single occurrence of a recurring item.
$RecurringMasterItemId  : RecurringMasterItemIdType
Identifies a recurrence master item by identifying one of its related occurrence items' identifiers.
$Updates  : NonEmptyArrayOfItemChangeDescriptionsType
Contains an array that defines append, set, and delete changes to item properties.

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

$ItemId

Contains the unique identifier and change key of an item in the Exchange store.

public ItemIdType $ItemId

This element is required if the OccurrenceItemId or RecurringMasterItemId element is not used.

Tags
since

Exchange 2007

$OccurrenceItemId

Identifies a single occurrence of a recurring item.

public OccurrenceItemIdType $OccurrenceItemId

This element is required if used. This element is required if the RecurringMasterItemId or ItemId element is not used.

Tags
since

Exchange 2007

$RecurringMasterItemId

Identifies a recurrence master item by identifying one of its related occurrence items' identifiers.

public RecurringMasterItemIdType $RecurringMasterItemId

This element is required if used. This element is required if the OccurrenceItemId or ItemId element is not used.

Tags
since

Exchange 2007

$Updates

Contains an array that defines append, set, and delete changes to item properties.

public NonEmptyArrayOfItemChangeDescriptionsType $Updates

This element is required.

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