I am trying to create a simple email using an example posted here (code snippet below);
mailSession mSes
mailReturnCode mRet
mailMessage mMsg
// Create a mail session
mSes = create mailSession
// Log on to the session
//mRet = mSes.mailLogon(mailNewSession!)
mRet = mSes.mailLogon()
IF mRet <>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.