MessageBuilderConfig Properties

The MessageBuilderConfig type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAddressDelimeter
Gets or sets the character to be used as a delimiter for e-mail addresses.
Public propertyBuildHeaderOnly
Forces MailBee to build only the message header and leave the body section intact.
Public propertyCode exampleHtmlToPlainMode
Gets or sets the condition which triggers automatic conversion of the HTML body of the message into plain-text.
Public propertyHtmlToPlainOptions
Gets or sets the options which affect automatic conversion of the HTML body into plain-text.
Public propertyKeepEmptyHeaders
Forces MailBee to include empty headers in the message upon building the message.
Public propertyCode exampleOnReplaceUriWithCid
Gets or sets the delegate to be called whenever MailBee tries to import the resource referenced in the HTML body and replace it with CID.
Public propertyRelatedAlternativeNestingOrder
Sets how MailBee should enclose "multipart/related" and "multipart/alternative" MIME part in each other.
Public propertyCode exampleRelatedFilesFolder
Gets or sets the path to the folder from which to take the files related to the message.
Public propertyRemoveBccOnSend
Indicates whether BCC header should be removed from the message when it gets sent or submitted to the pickup folder.
Public propertySetDateOnSend
Indicates whether the current date and time should be added to the message at the moment of sending or submitting to the pickup folder.
Public propertySetMessageIDOnSend
Indicates if Message-ID header should be set to a new unique value and added to the message at the moment of sending or submitting to the pickup folder.
Top
See Also