I would like to send an email from within FoxPro. The VFP Help gives an example of invoking Excel using OLE and this works fine. Could anyone give me an example of sending an email using Outlook Express?
When I run the command:
oleApp = createobject("outlook.Application"
I get the error:
OLE Error code 0x80080005 : Server execution failed.
Should I be trying to use outlook express?
Thanks in advance.
Andy.
When I run the command:
oleApp = createobject("outlook.Application"
I get the error:
OLE Error code 0x80080005 : Server execution failed.
Should I be trying to use outlook express?
Thanks in advance.
Andy.