Items

The Items element contains an array of items.

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

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.
PostItem
Represents a post item in the Exchange store.

Parent elements

Element Description
CopyItemResponseMessage
Contains the status and result of a CopyItem operation request.
CreateItemResponseMessage
Contains the status and result of a single CreateItem operation request.
GetItemResponseMessage
Contains the status and result of a GetItem operation request.
GroupedItems
Represents a collection of items that are the result of a grouped FindItem operation call.
MoveItemResponseMessage
Contains the status and result of a MoveItem operation 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 operation request.

Remarks

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

Message elements represent e-mail messages and all other items that are not strongly typed by the Exchange Web Services (EWS) schema. Items such as IPM.Sharing and IPM.InfoPath are returned as Message elements. Versions of Exchange starting with Exchange Server 2010 do not return the base Item element in responses.

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

Element information

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

See also

EWS reference for Exchange