Oracle Forms (MOSC)

MOSC Banner

client_ole2 issue for opening Outlook 2010

edited May 9, 2014 6:36AM in Oracle Forms (MOSC) 3 commentsAnswered

Hello,

I have written code to send email through outlook 2010 using webutil but before loading outlook completely (for outlook 2010 it uses loading, profile 1of 11 and so on), rest of mail sending code get executed and hence mail does not get send. so to check whether outlook is loaded completely? this works fine with outlook 2003 but not for outlook 2010.

I am giving my code below.

declare

  outlook_object client_ole2.obj_type;

  mail_object client_ole2.obj_type;

  item1 client_ole2.obj_type;

  item2 client_ole2.obj_type;

  oleparam client_ole2.list_type;

  var_send client_ole2.obj_type;

  mailitem client_ole2.obj_type;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center