Gets or sets the options which affect how the MailMessage object is parsed.
A MessageParserConfig object containing the options which affect how the MailMessage object is parsed.
This property provides access to such features as automatic creation of plain-text or HTML parts of the message, automatic saving of the message to disk, converting URLs to HTML links, etc.
To set options which affect how the mail message is being built (for instance, when it gets sent or saved to disk), use the Builder property.
| Exception Type | Condition |
|---|---|
| MailBeeInvalidArgumentException | value is a null reference (Nothing in Visual Basic). |
The example is available in MessageParserConfig topic.
MailMessage Class | MailBee.Mime Namespace | Builder