¡@

Home 

c++ Programming Glossary: hmapimodule

How do I programmatically send an email in the same way that I can “Send To Mail Recipient” in Windows Explorer?

http://stackoverflow.com/questions/262451/how-do-i-programmatically-send-an-email-in-the-same-way-that-i-can-send-to-mail

#include mapix.h int _tmain int argc wchar_t argv HMODULE hMapiModule LoadLibrary _T mapi32.dll if hMapiModule NULL LPMAPIINITIALIZE.. argv HMODULE hMapiModule LoadLibrary _T mapi32.dll if hMapiModule NULL LPMAPIINITIALIZE lpfnMAPIInitialize NULL LPMAPIUNINITIALIZE.. NULL lpfnMAPIInitialize LPMAPIINITIALIZE GetProcAddress hMapiModule MAPIInitialize lpfnMAPIUninitialize LPMAPIUNINITIALIZE GetProcAddress..