Hello all.
I'm trying to send an email automatically when a certain procedure in my application runs successfully. I'm using MAPI controls to do this, but even though I've added the MAPI component to my project when I try to run the line;
MAPISession1.SignOn
I get the error;
Run time error '30000'
Error in loading MAPI DLL
What am I missing? Is my application incorrectly installed?
I'm trying to send an email automatically when a certain procedure in my application runs successfully. I'm using MAPI controls to do this, but even though I've added the MAPI component to my project when I try to run the line;
MAPISession1.SignOn
I get the error;
Run time error '30000'
Error in loading MAPI DLL
What am I missing? Is my application incorrectly installed?