MailMessageParser Property
Gets or sets the options which affect how the MailMessage object is parsed.

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

Property Value

Type: MessageParserConfig
A MessageParserConfig object containing the options which affect how the MailMessage object is parsed.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks

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.

Examples
The example is available in MessageParserConfig topic.
See Also