CDO.Message (method Send)

CDO.Message (method Send)

Postby Natter » Thu Jul 22, 2021 6:41 am

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 ?
Natter
 
Posts: 1182
Joined: Mon May 14, 2007 9:49 am

Re: CDO.Message (method Send)

Postby cnavarro » Thu Jul 22, 2021 10:16 am

You have configured this?
Code: Select all  Expand view

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

and
Code: Select all  Expand view

oEmailMsg := CREATEOBJECT ( "CDO.Message" )
        WITH OBJECT oEmailMsg
            :Configuration  := oEmail
.../...
 
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6520
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: CDO.Message (method Send)

Postby Natter » Thu Jul 22, 2021 11:43 am

All this is done and worked well before. A strange mistake
Natter
 
Posts: 1182
Joined: Mon May 14, 2007 9:49 am

Re: CDO.Message (method Send)

Postby karinha » Thu Jul 22, 2021 2:31 pm

What is the provider? Did you change the door? Changed Password? Changed from http to https? Check this out.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7603
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 76 guests