ItemShape
Last modified: September 28, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The ItemShape element identifies a set of properties to return in a GetItem Operation, FindItem Operation, or SyncFolderItems Operation response.
<ItemShape>
   <BaseShape/>
   <IncludeMimeContent/>
   <BodyType/>
   <FilterHtmlContent/>
   <ConvertHtmlCodePageToUTF8/>
   <AdditionalProperties/>
</ItemShape>
ItemResponseShapeType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description | 
|---|---|
| Identifies the basic configuration of properties to return in an item or folder response. | |
| Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item is returned in the response. | |
| Identifies how the body text is formatted in the response. | |
| Indicates whether the item HTML body is converted to UTF8. | |
| Specifies whether HTML content filtering is enabled. | |
| Identifies additional properties to return in a response. | 
Parent Elements
| Element | Description | 
|---|---|
| Defines a request to retrieve items from a mailbox in the Exchange store. The following is the XPath expression to this element: /GetItem | |
| Defines a request to find all items that are contained in a folder. The following is the XPath expression to this element: /FindItem | |
| Defines a request to synchronize items in an Exchange store folder. The following is the XPath expression to this element: /SyncFolderItems | 
Text Value
None.
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 | 
See Also