Click or drag to resize

DocumentSHA1EmailBodyHash Property

SHA1 hash of the email EmailBody text (converted to lower case and with all white space removed).

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public string SHA1EmailBodyHash { get; set; }

Property Value

String
Remarks

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)

See Also