D
David Richoz
I use Outlook 2007 with Exchange 2003 Mailbox and I have some problem with the Outlook Search feature.
When I search for some specific words in my Contacts (I have about 4000 contacts), no result display and the following message appear : "There are no items to show in this view".
But in fact I can see the number of items found on the bottom left of the windows : 105 Items !!
After troubleshooting for a long time changing the cache mode, disabling the Instant Search, trying for different words of search, I have found the problem comes from the view that do not refresh itself. The frequency of the problem is proportional the number of result, for small result it works, for large result it doesnt.
If a do a search that do not display correctly, then I change the view (from Address Cards to Business Cards) the result show suddenly. If I change back the view it works.
I manage to create a vb module to do that without changing the view :
Dim v As Outlook.View
Set v = Application.ActiveExplorer.CurrentView
v.Reset
v.Apply
So it give me a workarround.
Do someone have a logical response to this problem ?
(I finally work without cache, but with Outlook Desktop Search indexing my Inbox online)
When I search for some specific words in my Contacts (I have about 4000 contacts), no result display and the following message appear : "There are no items to show in this view".
But in fact I can see the number of items found on the bottom left of the windows : 105 Items !!
After troubleshooting for a long time changing the cache mode, disabling the Instant Search, trying for different words of search, I have found the problem comes from the view that do not refresh itself. The frequency of the problem is proportional the number of result, for small result it works, for large result it doesnt.
If a do a search that do not display correctly, then I change the view (from Address Cards to Business Cards) the result show suddenly. If I change back the view it works.
I manage to create a vb module to do that without changing the view :
Dim v As Outlook.View
Set v = Application.ActiveExplorer.CurrentView
v.Reset
v.Apply
So it give me a workarround.
Do someone have a logical response to this problem ?
(I finally work without cache, but with Outlook Desktop Search indexing my Inbox online)