Get queue items for mail message and process each mail

Have tried this approach and it worked.

  1. Add message ID of the mail to transaction item of the queue in the dispatcher process.

Message ID = <Mail.Message .headers(“UID”).To string

  1. In performer process, extract the Message ID from the queue.

  2. Use Message ID in Get Mail by ID activity to get the Mail Message which you can use for further processing like Reply to Outlook Mail Activity.

Please mark it as solution if this helps. Cheers!

1 Like