How do I access appointments and contact events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For Outlook 2003:

1. I need scripts that will allow me to specify a date and time for a
calendar event and return its contents.

2. I need scripts that will allow me to return the contents of the contacts
in Outlook.

Help would be appreciated.

Thanks,
Dave
 
1) See http://www.outlookcode.com/d/finddate.htm for details on using the Find and Restrict methods to return appointments within a specific date range.

2) You can use the Namespace.GetDefaultFolder method to access the Contacts folder.

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

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