Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CDONTS Problem

Status
Not open for further replies.

PANIk

Programmer
Apr 22, 2002
7
0
0
AU
I have the following code

Dim objNewMail As New CDONTS.NewMail

objNewMail.To = "afalkows@hotmail.com"
objNewMail.From = "afalkows@hotmail.com"
objNewMail.Subject = "test"
objNewMail.Body = "test"
objNewMail.BodyFormat = CdoBodyFormatText

objNewMail.Send

It crashes on send and I get
ActiveX component can't create object (Error 429)

Whats wrong??

Im am using Win2K ro and Server and they both come with cdonts.dll

I don't know what the problem is?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top