BodyType Parameter (Connect-Exchange Cmdlet)
The BodyType element identifies how the body text is formatted in the response.
Syntax
Connect-Exchange -BodyType string
Possible Values
Best, HTML, TextData Type
cstr
Default Value
"Best"
Remarks
The BodyType element identifies how the body text is formatted in the response. The available options are:
- Best: The response will return the richest available content of body text.
- HTML: The response will return an item body as HTML.
- Text: The response will return an item body as plain text..