MailMessageBuilder Property |
Gets or sets the options which affect how the mail message is built by MailBee.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MessageBuilderConfig Builder { get; set; }
Public Property Builder As MessageBuilderConfig
Get
Set
Property Value
Type:
MessageBuilderConfig
A
MessageBuilderConfig object containing the options which affect how the mail message is built by MailBee.
Exceptions 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 See Also