MessageBuilderConfigBuildHeaderOnly Property
Forces MailBee to build only the message header and leave the body section intact.

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

Property Value

Type: Boolean
If true, MailBee recreates the header section and appends the existing body section without rebuilding it. If false, the entire message gets rebuilt. The default value is false.
Remarks

You can use this property if you have an existing message and want to modify it by altering its headers only.

Note Note
MessageBuilderConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Builder property.
See Also