Hi Three,
I am having trouble reading email body as plain text. I am using uiPath.Main.IMAP.Activities.GetIMAPMailMessage to read emails of my gmail account. Everything seems working file except the body which I read through Mail.Body gives me content with html tags.
Is there a direct way in uiPATH itself to get the readable text instead of html content of it?
Here is how I am trying to get email attachment and body…
Thanks,