How to search mails in shared mail boxes of outlook using MAPI

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-09-17 08:39 PM
Hi All,
I need go to shared mail box of outlook then go to subfolders and using of keywords we need to search for particular mail. In this scenario I am using MAPI VBO. My folder structure is looking below.
Shared Mail Box
--> Inbox
-- Sub folder 1
--Sub folder 2
--Sub folder 3
I need to go to "Sub folder 3" and search for particular mail using keyword . In this scenario I am using MAPI VBO. How to go to "Sub folder 3" using MAPI VBO...?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-09-17 12:44 PM
Get Mail has a Sub Folder input parameter.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-09-17 12:54 PM
Using the sub folder parameter in the get mail object under MAPI VBO, you can get into that particular sub folder.
Then you can read all the emails. And using the mail body you can check if that particular key word is present in that mail body.
Same thing you can do with the subject of the mail too.
