MailMessageGetHtmlBodyText Method (Boolean) |
Gets the message htmlbody as plain text.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual string GetHtmlBodyText(
bool showUrl
)
Public Overridable Function GetHtmlBodyText (
showUrl As Boolean
) As String
public:
virtual String^ GetHtmlBodyText(
bool showUrl
)
abstract GetHtmlBodyText :
showUrl : bool -> string
override GetHtmlBodyText :
showUrl : bool -> string
Parameters
- showUrl
- Type: SystemBoolean
Defines need to show URL in text.
Return Value
Type:
String
See Also