cancel
Showing results for 
Search instead for 
Did you mean: 

Unread mails in MAPIEx

Anonymous
Not applicable
Hi All, Can some one guide how to get all the unread mails using MAPIEx from outlook ? Thanks in Advance, Venu.
2 REPLIES 2

MikeHiggs
Level 5
Hi, use Get Mail method within MAPIEx. It returns one at a time. I recommend you read the Blue Prism MAPIEx User Guide to further information thanks Mike

Anton__Hosang
Level 5
From the top of my head, You use GetMail with Input of 'Unread Only' set to True. You would need to construct a loop with GetMail as the key Action. I can't remember what the MAPIEx returns when the Mail is empty, but whatever it is, that's when you go down another path via a Decision stage.