Click or drag to resize

EmailBodyType Enumeration

Email body format type.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public enum EmailBodyType
Members
Member nameValueDescription
None0 No email body found.
Unknown1 Unknown body type.
HTML2 HTML body type.
RtfEncapsulatedHTML3 HTML body extracted from RTF body (i.e., original HTML email body was encapsulated in RTF by email system).
RTF4 RTF body type.
Text5 Plain text body type.
Flowed6 Flowed body type (sometimes found in MIME emails).
Enriched7 Enriched body type (sometimes found in MIME emails).
RichText8 Lotus Notes rich text body type (not the same as RTF).
Preamble9 No body found, only text found in MIME preamble (MIME only, used in rare special cases).
See Also