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 ?
CDO.Message (method Send)
Re: CDO.Message (method Send)
You have configured this?
and
Code: Select all | Expand
oEmail := CREATEOBJECT( "CDO.Configuration" )
.../...
and
Code: Select all | Expand
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
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
- karinha
- Posts: 7935
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: CDO.Message (method Send)
What is the provider? Did you change the door? Changed Password? Changed from http to https? Check this out.
Regards, saludos.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341