HtmlToText Function
HtmlToText (htmlText as String) as String
Category: | Text |
Description: | Use this function when working with HTML formatted content, most commonly used with Interact rules as most email is sent in HTML format. Use this function to convert HTML formatted content to user-friendly plain text content, removing HTML tags and references, and leaving just the text content. |
Example #1 |
HtmlToText(emailobject.htmlbody) |
Supported Context: | BusinessRules |
Parameters: | |
htmlText as String | |
Returned value as String |