How to read the body of the email using Outlook with Uipath?

I need to monitor the e-mail arrivals, use some information that is in the body of the message and reply next. Does anyone have any ideas?

Hi @amarianoss!

First you have to use get Outlook mesaages to get mails, after that you just have to use fareach loop and place IF activity inside that loop and write something like item.body.toString.contains(β€œ[some_text,]”).
Don’t forget to change your argument type from object to mail message.

Cheers!

2 Likes

Hi, Nikola! Thanks so much for your help! However, the content of the body of the e-mail is a spreadsheet and the values ​​it contains are constantly changing. Example. number and location.
It is complicated.
Thanks.