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

BaseShape

Identifies the basic configuration of properties to return in an item or folder response.

IncludeMimeContent

Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item is returned in the response.

BodyType

Identifies how the body text is formatted in the response.

ConvertHtmlCodePageToUTF8

Indicates whether the item HTML body is converted to UTF8.

FilterHtmlContent

Specifies whether HTML content filtering is enabled.

AdditionalProperties

Identifies additional properties to return in a response.

Parent Elements

Element

Description

GetItem

Defines a request to retrieve items from a mailbox in the Exchange store.

The following is the XPath expression to this element: 

/GetItem

FindItem

Defines a request to find all items that are contained in a folder.

The following is the XPath expression to this element: 

/FindItem

SyncFolderItems

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