Items

Topic Last Modified: 2009-07-16

The Items element contains an array of items.

Syntax

<Items>
   <Item/>
   <Message/>
   <CalendarItem/>
   <Contact/>
   <DistributionList/>
   <MeetingMessage/>
   <MeetingRequest/>
   <MeetingResponse/>
   <MeetingCancellation/>
   <Task/>
</Items>

Type

ArrayOfRealItemsType

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

Item

Represents an item in the Exchange store.

Message

Represents an Exchange e-mail message.

CalendarItem

Represents an Exchange calendar item.

Contact

Represents an Exchange contact item.

DistributionList

Represents a distribution list.

MeetingMessage

Represents a meeting message in the Exchange store.

MeetingRequest

Represents a meeting request in the Exchange store.

MeetingResponse

Represents a meeting response in the Exchange store.

MeetingCancellation

Represents a meeting cancellation in the Exchange store.

Task

Represents a task in the Exchange store.

Parent Elements

Element Description

CopyItemResponseMessage

Contains the status and result of a CopyItem request.

CreateItemResponseMessage

Contains the status and result of a single CreateItem request.

GetItemResponseMessage

Contains the status and result of a GetItem request.

GroupedItems

Represents a collection of items that are the result of a grouped FindItem call.

MoveItemResponseMessage

Contains the status and result of a MoveItem request.

RootFolder (FindItemResponseMessage)

Contains the results of a search of a single root folder during a FindItem operation.

UpdateItemResponseMessage

Contains the status and result of an UpdateItem request.

Remarks

For information about the set of items in a CreateItem request, see Items (CreateItem).

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Starting with Exchange 2007 SP1 with Update Rollup 4 (RU4) applied, Message elements represent e-mail messages and all other items that are not strongly typed by the Exchange Web Services (EWS) schema. This behavior is applied when the Exchange2007_SP1 version header is specified. Items such as IPM.Sharing and IPM.InfoPath are returned as Message elements. Exchange Server 2007 SP1 with RU4 applied and later versions of Exchange will not return the base Item element in responses. This change may break applications that parse the XML and expect the Item element instead of the Message element.

Element Information

Namespace

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

Schema Name

Types schema

Validation File

Types.xsd

Can be Empty

False