Mail Message through queues

Hello,

I have a project in which the distpatcher reads emails from a specific folder and uploads items to the queue such as the subject and other items, then the performer reads these items and enters them into a form on a web page, then it must move the mail to another managed mail folder, the problem is that I don’t have the MailMessage variable to move it.

How to send this variable through the queue so that the performer can move the mail?

Hello,

Possibly there could be an easier way but maybe you can take that subject, then you can use a “get mails” activity, in a for each find that mail message which have subject from queue, finally move(i don’t know how can you move a mail message) it.

Like i said maybe there could be an easier way.

Have a good day.