How to get email content without marking it as read?

redEar

New Member
Hi all,

Need your help..
We want to pull information from unread emails within certain time range via outloot (time received, sender, subject). But we want to keep the email "unread".

Currently we use MapieX action "ListMail" to create a list of mails which is read by action "GetMail" later, but after "GetMail" stage, the email is mark as read in outlook. Is there a way or other VBO or combination with other VBO to achieve what we want?

We thought to use VBO MS Outlook "Mark as Unread" after using MapieX, but the reference MailID is completely different.
We thought about using VBO MS Outlook to replace GetMail from MapieX but there's authentication everytime every single time..

Some background of the setting if it actually matters: Outlook is set to "Prompt for a profile to be use". The account/profile that our process is pulling information from is set with "Mark item as read when selection changes" = OFF.


Thanks for any ideas!
 
Top