Below did not happen with same code in Powerbuilder 10.5
converted to 12.6 now getting below
When I call the mSes.mailLogon(mailNewSession!)
I get a popup looks like below:
CHOOSE PROFILE
Profile name: outlook
OK cancel Options>>
Logic below:
mailSession mSes |
mailReturnCode mRet |
mailMessage mMsg |
mailFileDescription mAttach |
// Create a mail session |
mSes = create mailSession |
// Log on to the session |
mRet = mSes.mailLogon(mailNewSession!) |