Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error sending emails with CDO2000 class
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01518184
Message ID:
01518189
Views:
63
>>>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
>
Looks like the COPYTO (the .cCC) was not set. Was set to false during the send operation.
Previous
Reply
Map
View

Click here to load this message in the networking platform