Could you please test this code (only if you have Outlook installed on your computer) ?
local oOutlook := CreateObject( "Outlook.Application" )
local oMailItem := oOutlook:CreateItem( 0 )
oMailItem:Subject = "Test"
oMailItem:Recipients:Add( "test@gmail.com" ) // it is failing here
I am interested in different Harbour and xHarbour versions.
It seems to me as a Harbour OLE automation error. But I am not sure yet, thats why we need to confirm it
Many thanks!