ItemIds

Last modified: September 24, 2010

Applies to: Exchange Server 2007 | Exchange Server 2010

NoteNote

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

Attributes and Elements

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

Attributes

None.

Child Elements

Element

Description

ItemId

Contains the unique identifier and change key of an item in the Exchange store.

OccurrenceItemId

Identifies a single occurrence of a recurring item.

RecurringMasterItemId

Identifies a recurrence master item by identifying one of its related occurrence items' identifiers.

Parent Elements

Element

Description

Conversation

Represents a single conversation.

DeleteItem

Defines a request to delete items in the Exchange store.

The following is the XPath expression to this element:

/DeleteItem

SendItem

The root element that defines a request to send items in the Exchange store.

The following is the XPath expression to this element:

/SendItem

GetItem

Defines a request to get items from the Exchange store.

The following is the XPath expression to this element:

/GetItem

MoveItem

Defines a request to move items in the Exchange store.

The following is the XPath expression to this element:

/MoveItem

CopyItem

Defines a request to copy items in the Exchange store.

The following is the XPath expression to this element:

/CopyItem

Remarks

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

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/messages

Schema Name

Messages schema

Validation File

Messages.xsd

Can be Empty

False