NewBodyContent

The NewBodyContent element represents the new body content of a message.

<NewBodyContent BodyType=""/>

BodyType

Attributes and elements

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

Attributes

Attribute Description
BodyType
Represents the actual body content of a message.

BodyType Attribute

Value Description
HTML
Converts all bodies to HTML.
Text
Converts all bodies to plain text.

Child elements

None.

Parent elements

Element Description
ReplyToItem
Contains a reply to the sender of an item in the Exchange store.
ReplyAllToItem
Contains a reply to the sender and all identified recipients of an item in the Exchange store.
ForwardItem
Contains an Exchange store item to forward to recipients.
CancelCalendarItem
Represents the response object that is used to cancel a meeting.
PostReplyItem
Contains a reply to a post item. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Text value

The text value represents the new body content of a message.

Remarks

The schema that describes this element is located in the EWS virtual directory of the Exchange server that has the Client Access server role installed.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also