| FormatOptionsHiddenHeaders Property |
Get the message headers that should be hidden.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public HashSet<HeaderId> HiddenHeaders { get; }
Property Value
HashSetHeaderIdThe message headers.
Remarks Specifies the set of headers that should be removed when
writing a MimeMessage to a stream.
This is primarily meant for the purposes of removing Bcc
and Resent-Bcc headers when sending via a transport such as
SMTP.
See Also