TextBody

The TextBody element specifies the text body.

<TextBody BodyTypeType=" HTML | Text" IsTruncated=" true | false"></TextBody>

BodyType

Attributes and elements

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

Attributes

Attribute Description
BodyTypeType
Indicates the body type. The value of Text for the BodyTypeType attribute indicates that the body is in plain text form. The value of HTML for the BodyTypeType attribute indicates that the body is in HTML form. The BodyTypeType attribute is required.
IsTruncated
Indicates that the body contents have been truncated. A text value of false for the IsTruncated attribute indicates that the body contents have not been truncated. The normalized body will be truncated if the text body length is longer than the value set in the MaximumBodySize element.

Child elements

None.

Parent elements

Item | Contact | Message | DistributionList | CalendarItem | PostItem | Task

Text value

The text value of the TextBody element is the text body 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
Types schema
Validation file
Types.xsd
Can be empty