Documentation

OccurrenceItemIdType extends BaseItemIdType
in package

Identifies a single occurrence of a recurring item.

Table of Contents

Properties

$ChangeKey  : string
Identifies a specific version of the recurring master or an item occurrence.
$InstanceIndex  : int
Identifies the index of the item occurrence.
$RecurringMasterId  : string
Identifies the recurring master of a recurring item.

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

$ChangeKey

Identifies a specific version of the recurring master or an item occurrence.

public string $ChangeKey

If either the recurring master or any of its occurrences change, the changeKey changes. The ChangeKey is the same for the recurring master and all occurrences.

Tags
since

Exchange 2007

$InstanceIndex

Identifies the index of the item occurrence.

public int $InstanceIndex

This attribute is required.

Tags
since

Exchange 2007

$RecurringMasterId

Identifies the recurring master of a recurring item.

public string $RecurringMasterId

This attribute 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