Move email to subfolder - error

I’m getting this error when trying to move email from inbox to subfolder. What is wrong?

mailmsgs 1

Hello there,
Get outlook mail gives you list of mail item, you need to use for each activity item to iterate through all the mail and then pass each item mail to move outlook mail message.
Here we go
moveoutlookmail.xaml (8.0 KB)

1 Like

Thanks!

I’m now getting this error?

error1

make sure to pass you folder name properyly .
If its under inbox then pass like this
“Inbox\MoveFolderName”

2 Likes