RecurringMasterItemIdRanges
extends ItemIdType
in package
Defines an occurrence range.
Table of Contents
Properties
- $ChangeKey : string
- Identifies a specific version of an item.
- $Id : string
- Identifies a specific item in the Exchange store.
- $Ranges : ArrayOfOccurrenceRangesType
- Specifies an array of recurrence ranges.
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 an item.
public
string
$ChangeKey
A ChangeKey is required for the following scenarios:
- The UpdateItem element requires a ChangeKey if the ConflictResolution attribute is set to AutoResolve. AutoResolve is a default value. If the ChangeKey attribute is not included, the response will return a ResponseCode value equal to ErrorChangeKeyRequired.
- The SendItem element requires a ChangeKey to test whether the attempted operation will act upon the most recent version of an item. If the ChangeKey attribute is not included in the ItemId or if the ChangeKey is empty, the response will return a ResponseCode value equal to ErrorStaleObject.
Tags
$Id
Identifies a specific item in the Exchange store.
public
string
$Id
Id is case-sensitive; therefore, comparisons between Ids must be case-sensitive or binary.
Tags
$Ranges
Specifies an array of recurrence ranges.
public
ArrayOfOccurrenceRangesType
$Ranges
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