EmailBodyType Enumeration |
Email body format type.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataContractAttribute]
public enum EmailBodyType
Members| Member name | Value | Description |
|---|
| 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).
|
See Also