Item
Topic Last Modified: 2009-07-16
The Item element represents a generic item in the Exchange store.
Syntax
<Item>
<MimeContent/>
<ItemId/>
<ParentFolderId/>
<ItemClass/>
<Subject/>
<Sensitivity/>
<Body/>
<Attachments/>
<DateTimeReceived/>
<Size/>
<Categories/>
<Importance/>
<InReplyTo/>
<IsSubmitted/>
<IsDraft/>
<IsFromMe/>
<IsResend/>
<IsUnmodified/>
<InternetMessageHeaders/>
<DateTimeSent/>
<DateTimeCreated/>
<ResponseObjects/>
<ReminderDueBy/>
<ReminderIsSet/>
<ReminderMinutesBeforeStart/>
<DisplayCc/>
<DisplayTo/>
<HasAttachments/>
<ExtendedProperty/>
<Culture/>
<EffectiveRights/>
<ReceivedBy/>
<ReceivedRepresenting/>
</Item>
Type
ItemType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Contains the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format. |
|
Contains the unique identifier and change key of an item in the Exchange store. This property is read-only. |
|
Represents the identifier of the parent folder that contains the item or folder. This property is read-only. |
|
Represents the message class of an item. |
|
Represents the subject for Exchange store items and response objects. The subject is limited to 255 characters. |
|
Indicates the sensitivity level of an item. |
|
Represents the actual body content of a message. |
|
Contains the items or files that are attached to an item in the Exchange store. |
|
Represents the date and time that an item in a mailbox was received. |
|
Represents the size in bytes of an item. This property is read-only. |
|
Represents a collection of strings that identify to which categories an item in the mailbox belongs. |
|
Describes the importance of an item. |
|
Represents the identifier of the item to which this item is a reply. |
|
Indicates whether an item has been submitted to the Outbox default folder. |
|
Represents whether an item has not yet been sent. |
|
Indicates whether a user sent an item to itself. |
|
Indicates whether the item had previously been sent. |
|
Indicates whether the item has been modified. |
|
Represents the collection of all Internet message headers that are contained within an item in a mailbox. |
|
Represents the date and time that an item in a mailbox was sent. |
|
Represents the date and time that a given item in the mailbox was created. |
|
Contains a collection of all the response objects that are associated with an item in the Exchange store. |
|
Represents the date and time when the event occurs. This is used by the ReminderMinutesBeforeStart element to determine when the reminder is displayed. |
|
Indicates whether a reminder has been set for an item in the Exchange store. |
|
Represents the number of minutes before an event when a reminder is displayed. |
|
Represents the display string that is used for the contents of the Cc box. This is the concatenated string of all Cc recipient display names. |
|
Represents the display string that is used for the contents of the To box. This is the concatenated string of all To recipient display names. |
|
Represents a property that is set to true if an item has attachments at least one visible attachment. This property is read-only. |
|
Identifies extended properties on folders and items. |
|
Represents the culture for a given item in a mailbox. |
|
Contains the client's rights based on the permission settings for the item or folder. This element is read-only. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). |
|
Identifies the delegate in a delegate access scenario. This element was introduced in Exchange 2007 SP1. |
|
Identifies the principal in a delegate access scenario. This element was introduced in Exchange 2007 SP1. |
Parent Elements
Element | Description |
---|---|
Describes all calendar items that are adjacent to a meeting time. |
|
Identifies data to append to a single property of an item/folder during an UpdateItem Operation. |
|
Identifies all items that conflict with a meeting time. |
|
Identifies a single item to create in the local client store. |
|
Represents an Exchange item that is attached to another Exchange item. |
|
Contains an array of items. |
|
Contains an array of items to create in the folder that is identified by the ParentFolderId (Create) element. |
|
Represents an update to a single property of an item in an UpdateItem operation. |
|
Identifies a single item to update in the local client store. |
Remarks
It is important to note that ItemType is the base type for TaskType, CalendarItemType, ContactItemType, DistributionListType, and MessageType.
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 |