OccurrenceItemId
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The OccurrenceItemId element identifies a single occurrence of a recurring item.
<OccurrenceItemId RecurringMasterId="" ChangeKey="" InstanceIndex=""/>
OccurrenceItemIdType
The following sections describe attributes, child elements, and parent elements.
Attributes
|
Attribute |
Description |
|---|---|
|
RecurringMasterId |
Identifies the recurring master of a recurring item. This attribute is required. |
|
ChangeKey |
Identifies a specific version of the recurring master or an item occurrence. 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. |
|
InstanceIndex |
Identifies the index of the item occurrence. This attribute is required. This value represents an integer. |
Child elements
None.
Parent elements
|
Element |
Description |
||
|---|---|---|---|
|
Contains the collection of item identifiers for all conversation items in a mailbox. |
|||
|
Contains 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. The following are the XPath expressions to this element:
|
|||
|
Contains an item identifier and the updates to apply to the item. The following is the XPath expression to this element: /UpdateItem/ItemChanges/ItemChange[i] |
Note