I have added a query builder in a form that then triggers
olExplorer.Search(SearchText(), Outlook.OlSearchScope.olSearchScopeAllFolders);
this.Close();
It does exactly what I want except that Outlook insists on popping up a menu of search suggestions although the search has been carried out. I just want to see the search results without the pop-up menu.
I have tried using SendKeys various ways with ENTER, TAB and ESC but none have the desired effect.
Any suggestions?