Click or drag to resize

Html2TextConverterGetPlainText Method

Extracts plain text from HTML data.

Namespace:  Limilabs.Mail.Tools
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetPlainText(
	string html
)

Parameters

html
Type: SystemString
HTML to process.

Return Value

Type: String
Plain text extracted from HTML.
See Also