Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Emailing from Forms using OLE2..calling Outlook Express

352315May 11 2007 — edited May 14 2007
Dear 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,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2007
Added on May 11 2007
3 comments
903 views