Object Libraries

  • Thread starter Thread starter JohnV
  • Start date Start date
J

JohnV

I am looking for the file names for some of the MS Outlook
Object Libraries. I have the file for Outlook 2000
(msoutl9.olb). I do not want to assume but I am hoping
someone can tell me the file names for the various
versions of outlook. I am not sure what is out there.
1. Outlook 97
2. Outlook 2002
3. Outlook XP (2002?)
4. Outlook 2003

I am writing a Excel template that uses the Outlook Object
Library and the users can be running any version of
Office/Outlook from Outlook 97 on.

Any help would be appreciated.

Regards,
JohnV
 
Just develop on a machine with the oldest version you want to support
and limit your code to using the available methods, properties and
events in that object model. Everything will then work OK with all
later versions of Outlook. You can't distribute the Outlook libraries
and if you specifically reference a later version of Outlook the code
won't run on earlier versions.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 
Back
Top