Hi all,
I am automating a process where the input is email from Inbox and once completed the process we are moving it to Success folder and if exception happened then move that email to Exception folder. While reading the email I am marking it as unread and then continue the process
The problem is when I move to exception folder I want that mail to be marked as UnRead.
Is there anyway that we can achieve this in gmail.
I am using Get IMAP Mail Messages to read the mails and Move IMAP Mail Message to move the mails.
If you are using the IMAP to get the emails from a server then (atm) I don’t see an option to do this.
If you do have the gmail account credentials try switching to Use Gmail, this can be easily achieved by using a for each email and mark read/unread.
Right now I am moving success to success folder and exception to exception folder.
if I use Get IMAP Mail Messages in set transaction data and filter it based on the mail UID and enable the option to mark as read will that be successful.
I mean can we rely on the mail header(“UID”) for filtering the same mail?