Searching Through Folders

  • Thread starter Thread starter Ian Mackenzie
  • Start date Start date
I

Ian Mackenzie

Hi Guys

Is it possible to search a folder, lets say the Appointments, for a specific
appointment using a UserProperties field which not all appointments will
have?

Something like this...
Appointment :=
NSpace.GetDefaultFolder(olFolderCalendar).Items.find('[AppointmentKey]=123');

Thanks

Ian
 
Yes, as long as the field is defined in the folder, not just in individual items.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top