MAPI calls change current working dir

G

Guest

Hi,

i recently experienced that calling MAPI functions results in change of the
current working directory. I strongly believe this is a new behavior.

Am I right? Has there recently been an (auto-)update of the mapi32.dll?

I am using SimpleMAPI with VC++ 6.0 on XP and W2k

cwd before MAPILogon: C:\UserData\Card\SD\testprog\ce-c\Debug
MAPI_InitAndLogon: Logon ok
cwd after MAPILogon: C:\Program Files\Common Files\System\Mapi\1033
 
D

Dmitry Streblechenko \(MVP\)

MAPI had this bug for years... Other than always using the full path (which
is always a good idea) and saving/restoring the current dir, there is not
much you can do.

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