Imap MarkAsRead at the end of process

hello everyone,

I have a process developed with Reframework, which as input, in the init, retrieves mails via imap from a dedicated mailbox.

Now, what I would like is to mark the mail as read only at the end of the process.

How can I retrieve, for example in the transaction status set, and put exactly the mail that has just been handled in read status? Can you give me any pointers?

Thank you

Hi @andreus91 ,

Could you let us know if there is a Unique identifier for the Mail ? Either the Subject or Body ? If so, we could use the Filter Expression property to Filter only the Mails that has the Unique Subject/Body and keep MarkAsRead enabled.

For more on Filtering, Check the below documentation :

Unfortunately, I have nothing unique, neither in the body nor in the subject line of the e-mail. I might receive different mails from the same subject, for example, so I don’t know if it is possible to save the date and time of sending and filter it afterwards, for example