ItemShape
Last modified: December 15, 2011
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
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
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 |