Move mail to one folder then to another

Hello,

Is it possible to use the Move IMAP Mail Message activity (or any other activity for moving mails) to move a mail from one folder to another and then, during the same execution, move the same mail to a different folder? I noticed the IMAP activity has a property called FromFolder but it only works for the first move, the second move doesn’t happen. I don’t think there is a property of the MailMessage object that allows me to get/set the folder, is there? It seems I would have to retrieve the mail again with the get activity between moves but I want to avoid this if possible.

Thanks!