Body

The Body element specifies the body of an item.

<Body> BodyType="" IsTruncated="" </Body>

BodyType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
BodyType
Specifies the type of the body.
IsTruncated
Boolean value that indicates whether the body is truncated.

BodyType

Value Description
HTML
Indicates that the body is in HTML.
Text
Indicates that the body is in text.

Child elements

None.

Parent elements

Element Description
CalendarItem
Represents an Exchange calendar item.
Contact
Represents a contact item in the Exchange store.
DistributionList
Represents a distribution list.
Item
Represents a generic item in the Exchange store.
Message
Represents a Microsoft Exchange email message.
PostItem
Represents a post item in the Exchange store.
Task
Represents a task in the Exchange store.

Text value

The text value of the Body element is the body content of the item.

Remarks

This element was introduced in Exchange Server 2013.

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/types
Schema Name
Type schema
Validation File
types.xsd
Can Be Empty

See also