MAPI Forms are not displayed in OL2003

U

Uwe Kurze

hi there,

i have developed an outlook form in c++ and it works fine in all
outlook versions. but now with OL2003 my form crashes when i try to access
the lpMessageSite pointer or lpMessage pointer (i retrieved via
IPersistMessage::Load):
i.g.
hRes = m_lpMessageSite->GetSession(&m_lpSession);

there is no c++ exception to catch.

(the lpMessageSite, lpMessage seems to be valid pointers)

i tried other sample code with the same result.
it seems there is no running c++ version for a form under OL2003.

any ideas or same problems or other expirience

thanks uwe
 

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