DocumentSHA1EmailAttachmentHash Property

SHA-1 hash of the 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)
C#
[DataMemberAttribute]
public string SHA1EmailAttachmentHash { get; set; }

Property Value

String

Remarks

This hash is dependent on the attachment index order of the email parent. See SHA1EmailAttachmentSortedHash for an attachment hash that is order independent.

See Also