We have a job whos first step is a Get Messages task - it loops through an inbox and saves out the attachments. It is set to delete messages on Server which seems to permanently delete the message, so if the next steps fail for any reason we can't replay the job.
What are our best options to save a copy of the email in case we want to refer back to it later? The Get Messages task type doesn't seem to allow us to drop a copy in another mailbox folder.
I can see an email trigger task might do the trick - does that run on all new emails it finds in the inbox, or just one at a time?
The job as a whole currently gets all new emails and saves the attachments, then loops the saved files and does other operations on them, so I need to emulate that.
Thanks.