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 |
---|---|
Represents an item in the Exchange store. |
|
Represents an Exchange e-mail message. |
|
Represents an Exchange calendar item. |
|
Represents an Exchange contact item. |
|
Represents a distribution list. |
|
Represents a meeting message in the Exchange store. |
|
Represents a meeting request in the Exchange store. |
|
Represents a meeting response in the Exchange store. |
|
Represents a meeting cancellation in the Exchange store. |
|
Represents a task in the Exchange store. |
Parent Elements
Element | Description |
---|---|
Contains the status and result of a CopyItem request. |
|
Contains the status and result of a single CreateItem request. |
|
Contains the status and result of a GetItem request. |
|
Represents a collection of items that are the result of a grouped FindItem call. |
|
Contains the status and result of a MoveItem request. |
|
Contains the results of a search of a single root folder during a FindItem operation. |
|
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 |