Outlook (Selecting multiple emails and moving to folder)

Does any one know if UiPath is able to select multiple emails and place them in the respective folder at one time? We get a ton of undeliverables and need to place them in the “Undeliverables folder”. I need the bot to search by subject line as it is the only consistent entity with in the body of the email. Any ideas would be much appreciated.

I haven’t come across any such feature in UiPath to process bulk mails. What you can do is a create a separate bot only for handling undelivered mails & schedule it.

The above mentioned requirement can be accomplished by using for loop for subject line containing key words of undelivered mails and each entry under the if condition can be moved to the “Undelivered folder".