Click or drag to resize

EmailDocumentContentSHA1BodyHash Property

SHA-1 hash of the email Body text (converted to lower case and with all white space removed).

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

Property Value

String
Remarks

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.

See Also