Hashing |
[DataMemberAttribute] public bool IncludeBccRecipientsInEmailContentHash { get; set; }
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