BodyType 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.
Defines the type of body of an item.
public enum class BodyType
public enum BodyType
Public Enum BodyType
- Inheritance
-
BodyType
Fields
Name | Value | Description |
---|---|---|
HTML | 0 | The body is formatted in HTML. |
Text | 1 | The body is in plain text. |