BodyTypeResponseType Enumeration
The BodyTypeResponseType enumeration identifies how the body or attachment text is formatted in a response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BodyTypeResponseType
'Usage
Dim instance As BodyTypeResponseType
[SerializableAttribute]
public enum BodyTypeResponseType
Members
Member name | Description | |
---|---|---|
Best | Specifies that the response returns the richest available body content. This is useful if it is unknown whether the content is text or HTML.
The response returns text if the body is stored as plain text. The response returns HTML if the body is stored in either HTML or RTF format. This is the default value. |
|
HTML | Specifies that the response returns an item body as HTML. | |
Text | 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.