Unread mails in MAPIEx
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-17 05:58 PM
Hi All,
Can some one guide how to get all the unread mails using MAPIEx from outlook ?
Thanks in Advance,
Venu.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-17 02:07 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-11-17 02:11 AM
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.
