RecurringMasterItemId

The RecurringMasterItemId element identifies a recurrence master item by identifying the identifiers of one of its related occurrence items.

<RecurringMasterItemId OccurrenceId="" ChangeKey="" />

RecurringMasterItemIdType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
OccurrenceId
Identifies a single occurrence of a recurring master item. This attribute is required.
ChangeKey
Identifies a specific version of a single occurrence of a recurring master item. Additionally, the recurring master item is also identified because it and the single occurrence will contain the same change key. This attribute is optional.

Child elements

None.

Parent elements

Element Description
GlobalItemIds
Contains the collection of item identifiers for all conversation items in a mailbox.
ItemChange
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]
ItemIds
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:

/DeleteItem/ItemIds
/SendItem/ItemIds
/GetItem/ItemIds
/MoveItem/ItemIds
/CopyItem//ItemIds

Text value

None.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Example

The following example identifies the recurring master item by identifying one of its occurrences with the identifier 56lkjh6.

<RecurringMasterItemId OccurrenceId="56lkjh6" />

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also