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
the value is "Outlook.Application.16"
but the PC of user have any version of outlook
Luis