I would like to move only the read emails from Mail to another mailbox. Mailboxes are classified differently depending on the sender and email subject. What should I do to implement this function? I’m a beginner so please explain in detail.
hi @Benimaru ,
If this is on Outlook, any reason you are not just setting up rules within Outlook itself?
Alternatively, have you checked out this page?
Activities - Get Exchange Mail Messages (uipath.com)
You can specify different filters to get only the messages you need to process.
Your process flow will look something like this:
- Get mail messages filtered to sender 1 and email subject 1
- Do a “For Each” loop to move each mailmessage to the right mailbox
- Repeat with different sender and email subject