Click or drag to resize

HashingSettingsIncludeBccRecipientsInEmailContentHash Property

If true, includes email 'Bcc' recipients in the email overall recipient hash (see properties SHA1RecipientsHash and SHA1RecipientNamesHash). The recipient hash is part of the email content hash.

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

Property Value

Boolean
Remarks

This property is associated with email content hashing (see properties MD5ContentHash and SHA1ContentHash). If property HashingType is not set to BinaryAndContentHash then this property value is ignored.

The 'Bcc' recipients do not appear to all recipients of a sent email. Including 'Bcc' recipients in email hashes could lead to a sender's email recipient hash not matching up with that of the receivers' copy. Thus, by default, the value of this property is false, i.e., do NOT include Bcc recipients in the email object's recipient hash calculation.

The recipient hash is one of several hashes that are combined and hashed together to make up an email's overall content hash.

Default property value: false

See Also