I have developed an application with VB6 which is used to send mails over the internet to my clients. MS Outlook 2000 is my default mail client and i have used MAPI.
We need to install the same application on my clients systems so that they can send responses back to me.
After installing, I found that the application could not work on one of the clients systems because they had an older version of Outlook installed which did not have the Outlook 2000 Object Library.
I have about 20 clients I need to install this application for and do not exactly know what versions of outlook they have.
Aside from using the very cumbersome late binding process, is there any way I can write some code to solve this problem?
KISS - Keep It Simple Sugar!
We need to install the same application on my clients systems so that they can send responses back to me.
After installing, I found that the application could not work on one of the clients systems because they had an older version of Outlook installed which did not have the Outlook 2000 Object Library.
I have about 20 clients I need to install this application for and do not exactly know what versions of outlook they have.
Aside from using the very cumbersome late binding process, is there any way I can write some code to solve this problem?
KISS - Keep It Simple Sugar!