Dear Experts,
I am trying to read Outlook Email and insert insert into DB table, I am able to load all other fields except Email Body as it's reading as HTML. I tried to use below Regex to handle the issue but no luck.
Output = Regex.Replace(Body, "<[a-zA-Z/].*?> (Text)", String.Empty);
Appreciate if any advise for any other way handle this issue so that I can get only text portion of Email body.
Note: I am already using the latest VBO for Outl0ok.
Best
Mohan