GPF in EXSEC32.DLL

A

Alan

I've just installed the latest Office 2003 Update from the
web and noticed that my application now crashes in
EXSEC32.DLL.

The following MAPI call to retrieve all properties causes
the crash

HRESULT hResult = pMess->GetProps (NULL ,
fMapiUnicode,
&ulPropCount,
&pspvMsgProps);

EXSEC32.DLL version 11.0.4920.7 does not crash
EXSEC32.DLL version 11.0.5329.6 crashes

Alan.
 
D

Dmitry Streblechenko

Calls like that are known to cause problems. Call IMessage::GetPropList(),
then use the returned PSPropTagArray to call IMessage::GetProps()

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top