Use Case - We have to read a new mail and identify the keywords if they are there in the body of the mail.
I am new to UiPath, any help is appreciated.
Thank you
Hi @Saahil,
- Use ‘Get Outlook Mails’ Activity with Properties Account, MailFolder, Check the box if you want to read Unread MailMessages and Output variable as List of mailMessages
- Use ‘For each’ activity of typeArgument “System.Net.Mail.MailMessage”
- Use ‘write line’ with ‘item.body’
- Use If condition to check for the key words.
I hope this link will help you a bit https://forum.uipath.com/t/email-message-extraction/2200/2
Edit: Please go through the attahment
Main.xaml (7.6 KB)
Regards,
Vikas Reddy