Studio 2020.10.4
System.activities 20.10.3 Vb.net
UiPath.Mail 1.10.5
Get imap is the activity used to get the email.
The strange things is: in another project (with the same web mail server), with the same packages and studio version, i’m able to get the “PlainText” without any issue.
so I wanted to understand what it depends on and how I can solve it
Within the mail settings (of the sender) was the option “send email as html”.
With that option removed, plain text became available again.
Now another problem opens up. Since I receive emails from many different addresses, if one of them had this option enabled I would not find plainText and the robot would return an error.
What is the difference between body (which returns both html body and plain body based on the email sent) and headers(“PlainText”), which if it does not exist goes to error?