SendMail() does not preserve current folder

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You are right about this issue. But changing the current directory has nothing to do with our Converter. MAPI does this by itself, we cannot do anything about it ourselves.
All what you have to do to overcome this issue is to call GetCurrentDirectory before the conversion and then SetCurrentDirectory after sending the email.

We will forward this to our manual writers to add this information in the next versions of the manual.

Have a nice day !
Post Reply