ItemIds
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
![]() |
---|
|
The ItemIds element 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.
<ItemIds> <ItemId/> <OccurrenceItemId/> <RecurringMasterItemId/> </ItemIds>
NonEmptyArrayOfBaseItemIdsType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
Element |
Description |
---|---|
Contains the unique identifier and change key of an item in the Exchange store. |
|
Identifies a single occurrence of a recurring item. |
|
Identifies a recurrence master item by identifying one of its related occurrence items' identifiers. |
Parent elements
Element |
Description |
---|---|
Represents a single conversation. |
|
Defines a request to delete items in the Exchange store. The following is the XPath expression to this element: /DeleteItem |
|
The root element that defines a request to send items in the Exchange store. The following is the XPath expression to this element: /SendItem |
|
Defines a request to get items from the Exchange store. The following is the XPath expression to this element: /GetItem |
|
Defines a request to move items in the Exchange store. The following is the XPath expression to this element: /MoveItem |
|
Defines a request to copy items in the Exchange store. The following is the XPath expression to this element: /CopyItem |