Email Body Type Enumeration
Email body format type.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public enum EmailBodyTypeMembers
| None | 0 | No email body found. |
| Unknown | 1 | Unknown body type. |
| HTML | 2 | HTML body type. |
| RtfEncapsulatedHTML | 3 | HTML body extracted from RTF body (i.e., original HTML email body was encapsulated in RTF by email system). |
| RTF | 4 | RTF body type. |
| Text | 5 | Plain text body type. |
| Flowed | 6 | Flowed body type (sometimes found in MIME emails). |
| Enriched | 7 | Enriched body type (sometimes found in MIME emails). |
| RichText | 8 | Lotus Notes rich text body type (not the same as RTF). |
| Preamble | 9 | No body found, only text found in MIME preamble (MIME only, used in rare special cases). |