For the last time I’ve been using EWS MAPI to connect to Exchange Server. After this is done I access my mails and firstly display their body (which contains a LOT HTML-tags) in a gridview. After you select a record of that gridview the body is shown in a freetextbox.
My problem is that I want to get rid of the HTML in the body. And configure the freetextbox so that it still displays the the text in his true format.
Thanks in advance.
You can use regular expressions.
have a look at: here