BodyTypeResponseType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BodyTypeResponseType enumeration identifies how the body or attachment text is formatted in a response.
public enum class BodyTypeResponseType
public enum BodyTypeResponseType
Public Enum BodyTypeResponseType
- Inheritance
-
BodyTypeResponseType
Fields
Name | Value | Description |
---|---|---|
Best | 0 | Specifies that the response returns the richest available body content. This is useful if it is unknown whether the content is text or HTML. |
HTML | 1 | Specifies that the response returns an item body as HTML. |
Text | 2 | Specifies that the response returns an item body as plain text. |
Remarks
This enumeration is used by the BodyType property of the ItemResponseShapeType object and the BodyType property of the AttachmentResponseShapeType object.