MailMessageGetHtmlBodyText Method (Boolean)

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(
	bool showUrl
)

Parameters

showUrl
Type: SystemBoolean
Defines need to show URL in text.

Return Value

Type: String
See Also