Determine when folder caching has completed

J

John Nossluap

I've got a script which programatically sets the current explorer
folder, i.e.

set olapp.ActiveExplorer.CurrentFolder = NewFavoriteFolder

Is there a way to know when Outlook has completed caching of the folder
(which starts immediately upon change of CurrentFolder)? Please note I'm
talking about the header/item caching, NOT an item synchronization.
 
Top