-
Hi
I made a small app that is sending a mail to a specified address on a certain time every day.
I use MAPI to send the mail.
Then I made a setup-package and everything seemed OK.
but when I tried to install it on my machine I got an error stating that it could not register an the MSmapi32.ocx so I uninstalled it and open my project again.
KAABLAMMM !!!!
The mapicontrols were corrupted and could not be loaded to my project. :(
After reinstalling VB 6 pro again the controls were loaded correct to my project.
Any idea what went wrong.
Have I missed some reference's in my program becasue I just added the mapicomponent and the made my app.
-
I recommend using 3rd party controls from MarshallSoft. They make an excellent FTP and MAPI control. I use the mail control alot. If you decide to go with it, email me and i'll send you a sample module and code to show you how easy it is to implement. Take Care
Matt Calderaro
Public Software
-
Thank you Matt
I would really like a sample of the marshalsoft code since I find the mapiocontrol somewhat difficult to work with.