NonEmptyArrayOfBaseItemIdsType
extends ArrayType
in package
Represents the unique identities of items, occurrence items, and recurring master items that are used to delete, send, get, move, or copy items in the Exchange store.
Table of Contents
Properties
- $ItemId : array<string|int, ItemIdType>
- Contains the unique identifier and change key of an item in the Exchange store.
- $OccurrenceItemId : array<string|int, OccurrenceItemIdType>
- Identifies a single occurrence of a recurring item.
- $RecurringMasterItemId : array<string|int, RecurringMasterItemIdType>
- Identifies a recurrence master item by identifying one of its related occurrence items' identifiers.
- $RecurringMasterItemIdRanges : array<string|int, RecurringMasterItemIdRanges>
- Specifies an array of occurrence 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
$ItemId
Contains the unique identifier and change key of an item in the Exchange store.
public
array<string|int, ItemIdType>
$ItemId
= array()
Tags
$OccurrenceItemId
Identifies a single occurrence of a recurring item.
public
array<string|int, OccurrenceItemIdType>
$OccurrenceItemId
= array()
Tags
$RecurringMasterItemId
Identifies a recurrence master item by identifying one of its related occurrence items' identifiers.
public
array<string|int, RecurringMasterItemIdType>
$RecurringMasterItemId
= array()
Tags
$RecurringMasterItemIdRanges
Specifies an array of occurrence ranges.
public
array<string|int, RecurringMasterItemIdRanges>
$RecurringMasterItemIdRanges
= 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