Hi all!
As we know, Dynamics CRM now offers now conversion of multilline text field to a rich text editor.
We implemented this on our email "Description" field and to one of our custom entities description field.
Now we have a plugin that triggers on create of our custom entity that will create and send CRM email which contains the "Notes" from the custom entity. We created the html formatting (need to display in a table format) thru plugin as seen on the screenshot below. As you can see, it displayed the whole html including the tags.

Any idea on how can we fix this? Thank you in advance!