Forum Discussion
S0Fr33
Aug 14, 2020Copper Contributor
"Search Folder" Is not including emails in the Inbox
It is only including emails I've filed in sub folders although I've selected Inbox:
- Aug 19, 2020
melvinanorman99
Aug 15, 2020Copper Contributor
Hi, I think You need to use the Application.AdvancedSearch method which performs a search based on a specified DAV Searching and Locating (DASL) search string. The method and related features in the Outlook object model do not create a Search Folder that will appear in the Outlook user interface. However, you can use the Save method of the Search object that is returned to create a Search Folder that will appear in the Search Folders list in the Outlook user interface.
S0Fr33
Aug 16, 2020Copper Contributor
melvinanorman99 , thanks for the input but - Wow! That is very complicated. I don't have the patience to work that out, it seems like my screenshot should work based on the instructions.