Our operations people did some microsoft updates last wee to the local machines. And of course, they do not know which updates they did (SOP for this group).
When they did these updates, our MailSession functionality stopped working. We woulld get a login failed return message.
We tried setting the suimpleMAPPI to yes in the pb.ini file, but that did not work...
Here is the code we have been using for the last several years:
/try to connect
lMailSession = Create MailSession
lMailReturnCode = lMailSession.mailLogon()
//did we connect?
Choose Case lMailReturnCode
// We check for various return values here.
End Choose
To be honest, I have no idea why this stopped working.
The issue I am dealing with is that it worked with several users the day of the update, then the update happened and it does not work. This was setup before I came to work here, so I am not sure what they did to make it work.
I have tried doing several different options with the lMailSession function maillogin like creating a new session, etc. nothing seems to work.
On the off chance though ... have you tried a 32bit App?