Emailing from Forms using OLE2..calling Outlook Express
352315May 11 2007 — edited May 14 2007Dear All,
I have successfully using OLE2 to call MS Outlook and using attachments to send mail.The operation is called from a w-b-p trigger in Forms..ver 6i.
...
Outlook_Obj := OL2.Create_Obj('Outlook.Application');
Now i want to call outlook express as a OLE2 automation object instead of MS-Outlook.
iam using Outlook_Obj := OL2.Create_Obj('msimn.Application');
this is the .exe for outlook express.
But its giving error ..ORA-305500..
If anyone can help out...!!
regds,