PDA

Click to See Complete Forum and Search --> : eeehhhh Mapi trouble I think


onerrorgoto
Mar 7th, 2000, 03:35 PM
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.

mcalderaro
Mar 8th, 2000, 12:33 AM
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

onerrorgoto
Mar 8th, 2000, 01:16 PM
Thank you Matt
I would really like a sample of the marshalsoft code since I find the mapiocontrol somewhat difficult to work with.