MailMessageBuilder Property
Gets or sets the options which affect how the mail message is built by MailBee.

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

Property Value

Type: MessageBuilderConfig
A MessageBuilderConfig object containing the options which affect how the mail message is built by MailBee.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks
This property returns a reference to the instance of configuration class which allows the developer to tune how the mail message is being produced from the current values of the MailMessage object into MIME format. Using this property, you can, for example, tell MailBee to automatically generate plain-text version of the message body if you supplied only the HTML version.
Examples
The example is available in MessageBuilderConfig topic.
See Also