DocumentSHA1EmailAttachmentHash Property |
SHA-1 hash of the concatenated SHA1 hash of each attachment binary data (includes hashes of inline images).
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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