I’m using VS2008 & C++ and I’m trying to create a command line program that sends an email.
I’ve looked on line and found some sample programs but none will compile for me.
Does anyone have an example program for me?
Thanks
I’m using VS2008 & C++ and I’m trying to create a command line program
Share
This code compiles & runs for me – after figuring out the right headers etc. Still needs command line handling, and the use of the MAPI libraries is deprecated, but what do you want for free? Original code from codeproject.com