I found the following code on your site and it works great. How do I add an attachment?
oApp = createObject("Outlook.Application")
oMail = oApp.CreateItem(0)
oMail.to = "whoever@wherever.com"
oMail.subject = "Email from VFP"
oMail.body = "Test email sent...
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.