FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour CDO.Message (method Send)
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
CDO.Message (method Send)
Posted: Thu Jul 22, 2021 06: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 ?
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: CDO.Message (method Send)
Posted: Thu Jul 22, 2021 10:16 AM
You have configured this?
Code (fw): Select all Collapse
oEmail := CREATEOBJECT( "CDO.Configuration" )
.../...

and
Code (fw): Select all Collapse
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
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: CDO.Message (method Send)
Posted: Thu Jul 22, 2021 11:43 AM

All this is done and worked well before. A strange mistake

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: CDO.Message (method Send)
Posted: Thu Jul 22, 2021 02: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

Continue the discussion