cancel
Showing results for 
Search instead for 
Did you mean: 

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

Anonymous
Not applicable
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

John__Carter
Staff
Staff
Get Mail has a Sub Folder input parameter.

ClintonFernand1
Level 2
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.