How to read the emails from specified email id

Hi Team,

I have one quick question:Let say i have 10 email id’s .In that i am getting an emails from 1 email id specifically.So for other email id’s i am not getting regular mails .some may come in 1 or 2.However my bot has to read the continuous emails triggered by the email id.

How to do that using uipath?

Thanks in millions,

Firstly ,Use get outlookmailmessage activity then in a variable output it’s value as mail .You can check using if condition that if mail.from.tostring.contains(“mailiid”) and mail.subject.contains(“subject”) then perform the activity that you want to perform. You can schedule your bot using orchestrator to run once every day .

1 Like