I have downloaded the IBM/Lotus Notes Domino Collaborative Object and when I attempt to send mail through my program. I get a dreaded error message from the ActiveX object. It says
OLE IDispatch exception code 0 from DCO: ActiveX component can't create the object...
Here is the code.
***** Mail Object references.
loMail = CREATEOBJECT('DCO.loMail')
loMail.sendto = 'Greywalk@yahoo.com'
loMail.Body = 'Test of object'
loMail.Subject = 'Date 11/25/02'
*!* ERROR message: cannot create the object
*!*
lomail.send
I am using win98 with Notes 5.0.4 in a Novell LAN environment.
Any help would be appreciated. For your information I have read all the FAQs on here about the email and Notes. I have seen the code earlier from another thread about notes and vfp. I have also searched the Micorsoft KBase and read all of that. Finally I have done the same for the Lotus developer thread on the Lotus site.
Thanks,
Paul Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.
OLE IDispatch exception code 0 from DCO: ActiveX component can't create the object...
Here is the code.
***** Mail Object references.
loMail = CREATEOBJECT('DCO.loMail')
loMail.sendto = 'Greywalk@yahoo.com'
loMail.Body = 'Test of object'
loMail.Subject = 'Date 11/25/02'
*!* ERROR message: cannot create the object
*!*
lomail.send
I am using win98 with Notes 5.0.4 in a Novell LAN environment.
Any help would be appreciated. For your information I have read all the FAQs on here about the email and Notes. I have seen the code earlier from another thread about notes and vfp. I have also searched the Micorsoft KBase and read all of that. Finally I have done the same for the Lotus developer thread on the Lotus site.
Thanks,
Paul Dancing is easy. Now dancing on a floating raft in the middle of an October storm in the middle of the North Atlantic, that is hard.