GetHtmlBodyText
Contents
[
Hide
]
MailMessage.GetHtmlBodyText method (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.
public virtual string GetHtmlBodyText(bool showUrl)
Parameter | Type | Description |
---|---|---|
showUrl | Boolean | Defines need to show URL in text. |
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email
MailMessage.GetHtmlBodyText method (2 of 2)
Gets the message htmlbody as plain text.
public virtual string GetHtmlBodyText(HyperlinkRenderingCallback hyperlinkRenderingCallback)
Parameter | Type | Description |
---|---|---|
hyperlinkRenderingCallback | HyperlinkRenderingCallback | Reference to custom method for handling rendering of hyperlink. |
Return Value
Result string of custom handling rendering of hyperlink.
See Also
- delegate HyperlinkRenderingCallback
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email