ItemShape

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.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also

GetItem operation

FindItem operation

SyncFolderItems operation