Email Document ContentSHA 1Header Hash Property
SHA-1 hash of concatenated message SentDate date (e.g., Outlook 'ClientSubmitTime' or MIME 'Date' field),
subject, Sender name and email address (converted to all lower case and all white space removed before hashing).
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string SHA1HeaderHash { get; set; }Property Value
StringRemarks
The message SentTimeUtc is formatted as MM-dd-yyyy HH:mm:ss UTC. If SentDateUtc does not exist, and the email is an Microsoft Outlook Message object, then the Exchange property PidTagLastModificationTime is used; otherwise, it is omitted from hash.
If the email is an Microsoft Outlook Appointment and Meeting object, then the PidLidAppointmentStartWhole and PidLidAppointmentEndWhole Exchange properties are used in place of SentDate