Click or drag to resize

DocumentSHA1EmailAttachmentSortedHash Property

SHA-1 hash of the SORTED and then concatenated SHA1 hash of each attachment binary data (includes hashes of inline images).

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

Property Value

String
Remarks

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.

See Also