client_ole2 issue for opening Outlook 2010
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;