Email Document ContentSHA 1Body Hash Property
SHA-1 hash of the email Body text (converted to lower case and with all white space removed).
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#
[DataMemberAttribute]
public string SHA1BodyHash { get; set; }Property Value
StringRemarks
The order of precedence for the selected email body for hash is as follows:
1. HTML body, if it exists, converted to text.
2. RTF body, if it exits, converted to text.
3. Plain-text body
4. Flowed format body (only if MIME email)
5. Enriched format body (only if MIME email)
Property BodyType specifies which body format from the above body types was used for this hash and also for the Body property.