Hi try the send email via outlook with OLEobject
lOle_Outlook = CREATE OLEObject
lOle_Outlook_Item = CREATE OLEObject
lOle_Outlook_Item_Attach = CREATE OLEObject
li_Create = lOle_Outlook.ConnectToNewObject( ls_OutlookCurVer )
lOle_Outlook_Item = lOle_Outlook.CreateItem( 0 )
but return li_Create error -3 this is when outlook application is open, when I cose outlook application work fine
somebody knows why
thanks
Luis
yes, I see many posts over this problem but any solutions
Luis