Click or drag to resize

EmailDocumentContentSHA1AttachmentHash Property

SHA-1 hash of the 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 SHA1AttachmentHash { get; set; }

Property Value

String
Remarks
This hash is dependent on the attachment index order of the email parent. See SHA1AttachmentSortedHash for an attachment hash that is order independent.
See Also