Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error sending emails with CDO2000 class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01518184
Message ID:
01518188
Vues:
73
>>I am using Sergey's CD2000 class from http://www.berezniker.com/content/pages/visual-foxpro/cdo-2000-class-sending-emails
>>
>>Some email attempts return the following error message:
>>
>>ERROR::1429 # send # 182 # 0x00000211
>>
>>Can anyone shed light on this error?
>
>I see error code only. Where's the error message?

Good question. I am using something similar to the following to display the error, but in a msgbox. And it just returns that ERROR msg noted above. I think its related to how i am referencing more than one email address in the TO line.
IF loMail.Send() > 0
	FOR i=1 TO loMail.GetErrorCount()
		? i, loMail.Geterror(i)
		WAIT WINDOW loMail.GetError(i)
	ENDFOR
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform