Searching in a shared calendar

D

Dave

Hi,
I'm looking for a bit of code which will search a shared calendar. Exactly
the same way as the advanced Find does from the menu.
 
S

Sue Mosher [MVP-Outlook]

Outlook version? If it's Outlook 2002 or later, you can use the Application.AdvancedFind method to perform a search similar to that by Advanced Find, but only of the folder is present in your folder list. Otherwise, you're limited to the MAPIFolder.Items.FInd and .Restrict methods.
 
Top