I am using Get Mail from Office 365 Outlook unread emails, and do some operations for each email retrieved. I am using ReFramework, and each email is a transaction item.
What I want to do is, if processing an email is successful, mark that email as Read on Outlook, and if processing an email failed, leave that email as Unread on Outlook.
Is this even possible?
I unchecked “MarkAsRead” checkbox for Get Mail activity.