DocumentSHA1EmailBodyHash Property |
SHA1 hash of the email
EmailBody text (converted to lower case and with all white space removed).
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax[DataMemberAttribute]
public string SHA1EmailBodyHash { get; set; }Property Value
String
RemarksThe 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