Extracts plain text from Html. This text may be different from what is actually stored in the email's Text property.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string GetTextFromHtml()
Visual Basic
Function GetTextFromHtml As String
Visual C++
String^ GetTextFromHtml()

Return Value

Body of the HTML converted to plain text.

See Also