Get encrypted emails

Guys, is there a way for my robot to get data from encrypted emails? In my Inbox there are encrypted mails where I have to input password to open the mail, and when my robot tries to read data from it (it’s created to check all unread mails), robots ends with error.
Is there a way to either get info from the mail or at least check it for encryption and come back with message like “mail from Aug 21 is encrypted” etc?

use the try catch activity where you are the error, if it fails to open the message, then throw the error as excrypted @DanaKz. I dont found a way to read encrypted messages. May be there is a way to do so

1 Like