Page 1 of 1

CDO.Message (method Send)

Posted: Thu Jul 22, 2021 6:41 am
by Natter
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 ?

Re: CDO.Message (method Send)

Posted: Thu Jul 22, 2021 10:16 am
by cnavarro
You have configured this?

Code: Select all | Expand


oEmail := CREATEOBJECT( "CDO.Configuration" )
.../...
 

and

Code: Select all | Expand


oEmailMsg := CREATEOBJECT ( "CDO.Message" )
        WITH OBJECT oEmailMsg
            :Configuration  := oEmail
.../...
 

Re: CDO.Message (method Send)

Posted: Thu Jul 22, 2021 11:43 am
by Natter
All this is done and worked well before. A strange mistake

Re: CDO.Message (method Send)

Posted: Thu Jul 22, 2021 2:31 pm
by karinha
What is the provider? Did you change the door? Changed Password? Changed from http to https? Check this out.

Regards, saludos.