Hi,
I need help. In my app I am looking into outlook and showing body of the meeting in the gallery ThisItem.Body
But it shows like that:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="text/html; charset=iso-8859-1">
</head>
<body>
My text is here
</body>
</html>
How would I extract only the text? Any formulas or workarounds?