DocumentSHA 1Email Attachment Sorted Hash Property
SHA-1 hash of the SORTED and then concatenated SHA1 hash of each attachment binary data (includes hashes of inline images).
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 SHA1EmailAttachmentSortedHash { get; set; }Property Value
StringRemarks
This property differs from SHA1EmailAttachmentHash property, as the SHA1EmailAttachmentHash is calculated using attachment index order of the email parent and the SHA1EmailAttachmentSortedHash sorts the individual attachment hashes (which are hexadecimal strings) first before calculating the combined hash of all attachments.