DocumentSHA 1Email Body Hash Property
SHA1 hash of the email EmailBody text (converted to lower case and with all white space removed).
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
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 SHA1EmailBodyHash { get; set; }Property Value
StringRemarks
The order of precedence for the selected body for hash is a 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)