MessageBuilderConfigBuildHeaderOnly Property |
Forces MailBee to build only the message header and leave the body section intact.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool BuildHeaderOnly { get; set; }
Public Property BuildHeaderOnly As Boolean
Get
Set
Property Value
Type:
BooleanIf
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.
See Also