Blue Prism -MS Outlook VBO returns entire mail box

Sherlock

New Member
Hi All ,

I have requirement where I need to get unread email from particular sender. And it is shared email. So I have done few changes to 'Internal_GetItems' to accommodate Shared Mail Box which I took from this forum.

But the problem is even though I'm giving Sender mail name ,Unread Flag as 'True' and Read flag as 'False' , it is returning entire mailbox with both Read, unread and other senders mail.

I have also used BP provided 'MS Outlook VBO' Action : Get Received Items(Basic) to check if the issue is with my code but even there it is having same problem. Has anyone faced this issue?

Please find the screenshot of input and code.
 

Attachments

  • GeyReceivedItemsBasic_Input.png
    259.7 KB · Views: 29
  • GeyReceivedItemsBasic_Object.png
    286 KB · Views: 23
  • Interna;_GetItems_Code.png
    562.4 KB · Views: 22
  • Internal_GetItems_Input.png
    264.9 KB · Views: 22
Top