How to receive secured emails on Outlook

I need to read specific emails received on Outlook with the robot, but I need somehow to make that emails non-readable by anyone with access on that machine.

@darie.leolea

Why do you want to make it non readable?

ideally that would be visible because outlook is configured

cheers

@darie.leolea,

If you have control over the email being sent on that machine email id, you can encrypt the email using Encrypt Text activity from package UiPath.Cryptography.Activities

Once you receive this email decrypt it with Decrypt Text activity

This way the email will be unreadable to human but bot can decrypt and use it

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.