Retieve original email after processing queue item using unique property of outlook email

Hi,

Am working on an automation where i need to process the contents of an outlook email in SAP. I have a dispatcher to read every email from outlook , fetch the required information and add to queue. The performer is excuted by multiple BOTs and will give success/fail as output for each queue item
But as per the requirement i need to fetch the original email from outlook and move it to success or fail folder in outlook based on the processed result. Since the Mailmessage object cannot be added to queue, is there any unique property of an email that can be used to identify the original email from outlook and move it to success /fail folder

Welcome to the community!
Maybe take a look to see what you have inside the MailMessage object in Headers property.