ORA-305500: non Oracle Exception
Hi
I am facing issue in the oracle Form 6i while using the ole2 package to send email using Microsoft outlook.
The code is retrieving the value of Session by calling ole2.create_obj('mapi.session') .this is returning zero value .However when i am using ole2.create_obj('Outlook.Application'); it is returning a value
If i continue with ole2.create_obj('Outlook.Application'); then the form failed at ole2.get_obj_property (g_outbox, 'messages');
This was working fine and stooped working after i moved to new office.
Please share your valuable thought and suggestions
Thanks