I compose an outgoing mail-message in my application. This works well. But after this I cannot write or read any file. The fopen, fwrite, fclose functions work without errors, but nothing to do.
Can anybody help me?!
PA (Hungary)
If I remember well, MAPI functions are changing the current directory. Try saving the current directory before calling MAPI (GetCurrentDirectory API) and restoring it afterwards (SetCurrentDirectory).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.