MailMessageGetHtmlBodyText Method (HyperlinkRenderingCallback)

Gets the message htmlbody as plain text.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public virtual string GetHtmlBodyText(
	HyperlinkRenderingCallback hyperlinkRenderingCallback
)

Parameters

hyperlinkRenderingCallback
Type: Aspose.EmailHyperlinkRenderingCallback
Reference to custom method for handling rendering of hyperlink.

Return Value

Type: String
Result string of custom handling rendering of hyperlink.
See Also