Click or drag to resize
MimeKit

MimeAnonymizerPreserveHeaders Property

Get the set of headers that this anonymizer is configured to preserve.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public HashSet<string> PreserveHeaders { get; }

Property Value

HashSetString
The set of headers that the anonymizer is configured to preserve.
Remarks

Gets the set of headers that this anonymizer is configured to preserve.

Headers can be added or removed from this set in order to influence the output of the anonymizer.

Note  Note
This set of headers to preserve also applies to the status headers in the content of message/delivery-status parts as well.
See Also