Error 703 Mapi Logon Failed
Keywords: mSendMail Error 703 Mapi Logon Failed
Question:
I have a script that has a command similar to the following:mSendMailEx("[SMTP:john.smith@winbatch.com]","test","test","","")The script works fine on my PC but when I run it on my co-workers PC, she gets the error above. We both have Outlook 97 installed the same way. Any ideas?Answer:
For some reason WinBatch is unable to log on to that users default profile. Make sure you have a proper MAPI client installed. For example: Outlook Express is not a full MAPI client.User Reply:
That Solved the problem. Apparently my co-worker installed Outlook Express yesterday and neglected to tell me. She now uninstalled it and I tried running the script again and it worked with flying colours.