MailBee.NET Objects 4.0

MessageParserConfig.SetPlainOutputMode Method 

Configures the parser to prepare the message for displaying in plain-text container (such as a TextBox control in WinForms application or the console).

public void SetPlainOutputMode();

Remarks

This method configures the parser as follows:

To specify an output message in HTML text mode, use SetPlainOutputMode property.

Example

The example is available in MessageParserConfig class overview.

See Also

MessageParserConfig Class | MailBee.Mime Namespace | Apply | SetHtmlOutputMode