MailBee.NET Objects 4.0

MessageParserConfig.SetHtmlOutputMode Method 

Configures the parser to prepare the message for displaying in HTML container (such as browser).

public void SetHtmlOutputMode();

Remarks

This method configures the parser as follows:

You should call this method before the message gets parsed. If you called it after, you should reparse it with Apply method.

See Also

MessageParserConfig Class | MailBee.Mime Namespace | Apply | SetPlainOutputMode