I have some code which sends an email via Outlook. It works fine on my computer (running Outlook 2003), but it does require a reference to the Outlook library (Microsoft Outlook 11.0 Object Library on my computer).
Some of the other computers in the office are running older versions of Outlook (2002 or 2000), and there is no immediate plan to upgrade them. If I attempt to run the database on one of these computers, the code for the database fails in all sorts of places due to the missing reference.
Since my computer does not have libraries for the older versions of Outlook, and the other computers don't have the library for Outlook 2003, how can I resolve this situation?
I was considering getting a copy of the Outlook 2000 library (the oldest I will encounter) and using this on all machines, but I am unsure how to go about ensuring that each computer has this installed. I'm also not sure about any licensing issues associated with this.
Any thoughts or suggestions on how to handle this?
Some of the other computers in the office are running older versions of Outlook (2002 or 2000), and there is no immediate plan to upgrade them. If I attempt to run the database on one of these computers, the code for the database fails in all sorts of places due to the missing reference.
Since my computer does not have libraries for the older versions of Outlook, and the other computers don't have the library for Outlook 2003, how can I resolve this situation?
I was considering getting a copy of the Outlook 2000 library (the oldest I will encounter) and using this on all machines, but I am unsure how to go about ensuring that each computer has this installed. I'm also not sure about any licensing issues associated with this.
Any thoughts or suggestions on how to handle this?