OlBodyFormat 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.
Specifies the format of the body text of an item.
public enum class OlBodyFormat
public enum OlBodyFormat
Public Enum OlBodyFormat
- Inheritance
-
OlBodyFormat
Fields
Name | Value | Description |
---|---|---|
olFormatUnspecified | 0 | Unspecified format |
olFormatPlain | 1 | Plain format |
olFormatHTML | 2 | HTML format |
olFormatRichText | 3 | Rich text format |