Searching in a shared calendar

  • Thread starter Thread starter Dave
  • Start date Start date
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.
 
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.
 
Back
Top