Compatability question

N

Nad Af

Hi,
I developed a simple Outlook AddIn in Visual Basic 6.0 (referencing
MSOUTL.OLB of Outlook 2003). The AddIn just use simple methods that are
compatible between the different Outlook versions.

Will my AddIn DLL work on a machine running Outlook 2000 or Outlook 2007 ?
 
D

Dmitry Streblechenko

Depends on what exactly you do.
As a general rule of thumb, you must reference (and hence develop on a
machine with) the lowest suppred version of Outlook; 2000 in your case.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
N

Nad Af

Now I downloaded and referenced MSOUTL9.OLB (for Outlook 2000) on my machine.
But my PC has Outlook 2003. The AddIn compiled and run fine!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top