GetHtmlBodyText

GetHtmlBodyText (1 of 2)

Gets the message html body as plain text. This method parses the HtmlBody property and returns plain text content ignoring the html markup.

Returns: virtual System::String Aspose::Email::

GetHtmlBodyText(bool showUrl)
ParameterDescription
showUrlDefines need to show URL in text.

GetHtmlBodyText (2 of 2)

Gets the message htmlbody as plain text.

Returns: Result string of custom handling rendering of hyperlink.

GetHtmlBodyText(Common::Transform::HyperlinkRenderingCallback hyperlinkRenderingCallback)
ParameterDescription
hyperlinkRenderingCallbackReference to custom method for handling rendering of hyperlink.