Click or drag to resize

DocumentSHA1EmailHeaderHash Property

SHA-1 email header hash.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string SHA1EmailHeaderHash { get; set; }

Property Value

String
Remarks

The email header hash source is the concatenated message EmailSentTime date (e.g., Outlook 'ClientSubmitTime' or MIME 'Date' field), subject, Sender name and email address, all converted to all lower case and all white space removed before hashing.

The message EmailSentTime is formatted as MM-dd-yyyy HH:mm:ss (in UTC if date is UTC). If EmailSentTime does not exist, and the email is an Microsoft Outlook Message object, then the Exchange property PidTagLastModificationTime (UTC) 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 EmailSentTime

See Also