Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook object library

Status
Not open for further replies.

djwatts

Programmer
Nov 10, 2004
91
GB
Hi,

I've got a database that uses the outlook object to add calendar entries and send automated e-mails. This works fine in Access/Outlook 2003, however I need it to support Access/Outlook 2000 aswell.

In the project references I have the

Microsoft Outlook 11.0 Object Library
Microsoft CDO 1.21 Library

Obviously these aren't supported in 2000 and the code halts as soon as the missing references can't be found. If I change the references to reflect the Office 2000 librarys I get the same problem in Office 2003.

Is there anyway to include support for both versions in the same database? I'm trying to avoid splitting the database into two different versions.

Thanks for your help people...
 
Thanks for the help, its the late binding that I needed to get it working.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top