Click or drag to resize
MimeKit

FormatOptionsHiddenHeaders Property

Get the message headers that should be hidden.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HashSet<HeaderId> HiddenHeaders { get; }

Property Value

HashSetHeaderId
The 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