Hi Guys, I am trying to read all the ‘unread’ mail from a web application and read one by one, how do we do that?
Check as below
Instead of Web application you can use IMAP / Outlook activities
Check below for IMAP configuration
Hope this helps you
Thanks
1 Like
@Srini84 Thank you for your quick response, I am able to read 1 msg at a time, I want to read all the UNREAD mail one by one. So, If I run the process it should read all the UNREAD mail one by one in one go, hope I am clear to you.
Thanks
You can use for each for that, but check the selectors also, it should be dynamic
in this way you can loop one by one
Hope this is clear
Thanks
1 Like
@Srini84 Thank you bro, let me try and let you know.
Thanks
1 Like