- Floyd Edwards
- PowerBuilder
- Thursday, 19 August 2021 03:27 PM UTC
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.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.