I am trying to get Gmail Inbox unread emails as a collection and process the emails in the queue using Blue Prism tool. I am not able to get the table element for the unread emails so that I can process that table element in the collection. Thanks for helping.
Asked
Active
Viewed 2,112 times
-4
-
Please read [how to ask questions](https://stackoverflow.com/help/how-to-ask) on stackoverflow and edit your question. – Jerry Oct 02 '18 at 19:00
-
Spy a single row in Gmail and then use a dynamic attribute to loop through each of the rows on the page. – esqew Oct 02 '18 at 19:30
-
Alternatively, use an IMAP wrapper object to retrieve the contents of the mailbox programmatically. – esqew Oct 08 '18 at 10:58
1 Answers
0
You can use Email-POP3/SMTP VBO for getting the emails using BP, than you can get the required data and put into a queue as per your need. Please watch the video for more details : https://www.youtube.com/watch?v=xUVwBu5L1jU.

Ashok Kumar
- 13
- 3