OpenMsgStore has pb with Outlook 2003

  • Thread starter Thread starter Benoit Gantaume
  • Start date Start date
B

Benoit Gantaume

Since I have installed Outlook 2003, OpenMsgStore randomly crashes!!

The program goes in an unknown part of the code.
And there is no way to catch any exception: the program just stops!!!!


Is there any special thing to be more carefull with Outlook 2003 ??

THX
 
The problem seems to be solved when initializing MAPI with

hRes = MAPIInitialize(NULL);

instead of

MAPIINIT_0 MAPIINIT2= { 0, MAPI_MULTITHREAD_NOTIFICATIONS} ;
hRes = MAPIInitialize(&MAPIINIT2);

is there any pb with Outlook 2003 with multi-threaded applications?

++
 
in fact the pb is not solved with

hRes = MAPIInitialize(NULL);

instead of

MAPIINIT_0 MAPIINIT2= { 0, MAPI_MULTITHREAD_NOTIFICATIONS} ;
hRes = MAPIInitialize(&MAPIINIT2);

it is just more rare!

my outlook 2003 is still crashing!

please help!
 
What kind of message store is it? Are you running inside of the outlook.exe
process space or in your own exe?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
This is a pst store.
I have tryed from inside outlook.exe and outside, but the pb remains!
Please help!
++
 
Back
Top