Hi,
I wanted to use my old (2013) program to send messages to mailboxes to clients.
oEmlMsg := CREATEOBJECT ( "CDO.Message" )
WITH OBJECT oEmlMsg
..................................
END WITH
oEmlMsg:Send()
However, I get an error:
Error description: Error CDO.Message/3 DISP_E_MEMBERNOTFOUND: SEND
In other words, there is no Send() method in the object. What could it be ?