Outlook 97 Automation
-
I am attempting to retrieve the contact list from Outlook 97. I am uncertain which dll and typelib to use. I have been able get Outlook 2000 to work with MSO9.dll and MSOUTL9.OLB, but that does not seem to work with Outlook 97. Or is there a DLL and typelib I can use that works with Outlook 97, 2000 and XP? thanks in advance
-
I am attempting to retrieve the contact list from Outlook 97. I am uncertain which dll and typelib to use. I have been able get Outlook 2000 to work with MSO9.dll and MSOUTL9.OLB, but that does not seem to work with Outlook 97. Or is there a DLL and typelib I can use that works with Outlook 97, 2000 and XP? thanks in advance
Hi, Take a look at http://support.microsoft.com/default.aspx?scid=kb;EN-US;q259298 which explains what to #define and #import for each Outlook version. I don't know if it is possible to detect the Outlook version at runtime and do some late binding. Regards, Alwin