Click or drag to resize

EmailDocumentContentBodyType Property

The email body format used for the extracted email text. The preferred email bodies, in order or preference: HTML, RTF/RTFWithEncapsulatedHtml, Text, Flowed, Enriched.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public EmailBodyType BodyType { get; set; }

Property Value

EmailBodyType
Remarks

This property specifies how the plain text was obtained for property Body. For example, if BodyType is RtfEncapsulatedHTML then the plain text was obtained by de-encapsulated the HTML from RTF and converting the HTML to plain text (Note: Microsoft Outlook encapsulates original HTML bodies inside RTF under certain circumstances).

This property also determines which body type was used in the calculation of SHA1BodyHash property.

See Also