UniqueBodyType
The UniqueBodyType element specifies whether the unique body is returned in text or HTML format.
Last modified: February 24, 2014
Applies to: Exchange Online | Exchange Server 2013 | Office 365
<UniqueBodyType> Best | HTML | Text </UniqueBodyType>
BodyTypeResponseType
The text value of the UniqueBodyType element indicates format the unique body is returned in. The following table lists the possible values for this element.
|
Value |
Description |
|---|---|
|
Best |
The response will return the richest available content of body text. This is useful if it is unknown whether the content is text or HTML. The returned body will be text if the stored body is plain text. Otherwise, the response will return HTML if the stored body is in either HTML or RTF format. This is the default value. |
|
HTML |
The response will return a unique body as HTML. |
|
Text |
The response will return a unique body as plain text. |