MessageBuilderConfigKeepEmptyHeaders Property |
Forces MailBee to include empty headers in the message upon building the message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool KeepEmptyHeaders { get; set; }
Public Property KeepEmptyHeaders As Boolean
Get
Set
Property Value
Type:
Booleanif
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