MessageBuilderConfigKeepEmptyHeaders Property
Forces MailBee to include empty headers in the message upon building the message.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool KeepEmptyHeaders { get; set; }

Property Value

Type: Boolean
if true, empty headers will be added to the message header. If false, they will be omitted. The default value is false.
Remarks
Usually, empty headers (which have name but no value) are not needed. However, you may need them in case of DKIM signing to prevent the message from being tampered by adding headers which don't participate in the signature.
See Also