Click or drag to resize

EmailDocumentContentSHA1AttachmentSortedHash 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.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public string SHA1AttachmentSortedHash { get; set; }

Property Value

String
Remarks

This property differs from SHA1AttachmentHash property, as the SHA1AttachmentHash is calculated using attachment index order of the email parent and the SHA1AttachmentSortedHash sorts the individual attachment hashes (which are hexadecimal strings) first before calculating the combined hash of all attachments.

See Also