Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: XML writer using MSXML class Pin
VC++Maniac11-Jan-09 19:00
VC++Maniac11-Jan-09 19:00 
GeneralRe: XML writer using MSXML class Pin
amit.code11-Jan-09 19:26
amit.code11-Jan-09 19:26 
AnswerRe: XML writer using MSXML class Pin
Stuart Dootson11-Jan-09 21:13
professionalStuart Dootson11-Jan-09 21:13 
QuestionProblem with MAPISendMail without outlook running Pin
harishkj11-Jan-09 18:05
harishkj11-Jan-09 18:05 
AnswerRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson11-Jan-09 23:31
professionalStuart Dootson11-Jan-09 23:31 
AnswerRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson11-Jan-09 23:34
professionalStuart Dootson11-Jan-09 23:34 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Harish_kj12-Jan-09 1:07
Harish_kj12-Jan-09 1:07 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Harish_kj12-Jan-09 1:32
Harish_kj12-Jan-09 1:32 
Hi Stuart Dootson,

I even tried using the initialization calls you mentioned as below, but still the result is same.

LPMAPIINITIALIZE lpfnMAPIInitialize;
lpfnMAPIInitialize = (LPMAPIINITIALIZE) GetProcAddress (hlibMAPI, "MAPIInitialize");

MAPIINIT_0 mapiInitObj;
mapiInitObj.ulVersion = MAPI_INIT_VERSION;
mapiInitObj.ulFlags = MAPI_MULTITHREAD_NOTIFICATIONS;

if(OleInitialize(NULL) == S_OK)
MessageBox("SUCCESS", "OleInitialize");

if(lpfnMAPIInitialize(&mapiInitObj) == S_OK );
MessageBox("SUCCESS", "MAPIInitialize");

All the function returns success but the mail is not getting sent.
Please help me.

Thanks,
KJ
GeneralRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson12-Jan-09 3:57
professionalStuart Dootson12-Jan-09 3:57 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Harish_kj12-Jan-09 17:54
Harish_kj12-Jan-09 17:54 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson12-Jan-09 21:32
professionalStuart Dootson12-Jan-09 21:32 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Harish_kj13-Jan-09 2:22
Harish_kj13-Jan-09 2:22 
GeneralRe: Problem with MAPISendMail without outlook running Pin
Stuart Dootson13-Jan-09 21:27
professionalStuart Dootson13-Jan-09 21:27 
GeneralRe: Problem with MAPISendMail without outlook running Pin
bolis30-Nov-10 2:06
bolis30-Nov-10 2:06 
Questionpointer and address ? Pin
dec8211-Jan-09 15:04
dec8211-Jan-09 15:04 
GeneralRe: pointer and address ? Pin
Luc Pattyn11-Jan-09 15:29
sitebuilderLuc Pattyn11-Jan-09 15:29 
GeneralRe: pointer and address ? Pin
Hamid_RT11-Jan-09 19:55
Hamid_RT11-Jan-09 19:55 
GeneralRe: pointer and address ? Pin
Luc Pattyn12-Jan-09 2:12
sitebuilderLuc Pattyn12-Jan-09 2:12 
Question[C] IRC client check if he is still operative Pin
ogn0s11-Jan-09 10:59
ogn0s11-Jan-09 10:59 
AnswerRe: [C] IRC client check if he is still operative Pin
Code-o-mat11-Jan-09 11:47
Code-o-mat11-Jan-09 11:47 
GeneralRe: [C] IRC client check if he is still operative Pin
ogn0s11-Jan-09 13:11
ogn0s11-Jan-09 13:11 
GeneralRe: [C] IRC client check if he is still operative Pin
ogn0s11-Jan-09 13:35
ogn0s11-Jan-09 13:35 
GeneralRe: [C] IRC client check if he is still operative Pin
Code-o-mat11-Jan-09 22:15
Code-o-mat11-Jan-09 22:15 
GeneralRe: [C] IRC client check if he is still operative Pin
ogn0s12-Jan-09 9:05
ogn0s12-Jan-09 9:05 
QuestionCSlider that works backwards Pin
Chris Hills11-Jan-09 10:20
Chris Hills11-Jan-09 10:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.