Move Email from mailbox to another

Good day everybody.

Is it possible to move an email from 1 mailbox folder -by filtering with a subject line, and into another mailbox folder?
Example move the email to this folder

Hi @Anelisa_Bolosha1

Yes, you can do it.
Get Outlook Mail Messages (“Inbox”)
For Each email in messages
If email.Subject.Contains(“Website Enquiry”)
Move Outlook Mail Message → (“Test”)

You cn refer these videos.

If helpful, mark as solution. Happy automation with UiPath

1 Like

Thank you @MohammedShabbir ,solved it

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.