Background:
I am trying to fetch emails from a shared mailbox with the end users. Since the users might accidentally open an email meant for the bot, I am unable to limit by the usual method (fetching unread emails only and avoid reprocessing them by marking as read), nor move processed emails to another folder.
Question:
How do I get the subsequent N number of emails? The “Top” option of “Get Outlook Mail Messages” activity only returns the same list of emails.
Thank you.