BodyTypeResponseType Enum

Definition

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

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.

Applies to