CDONTS Error in ASP, error '8009000f'

Posted: 07-02-2003, 06:10 AM
error '8009000f'
Object already exists.

/aspmail/appointment.asp, line 13

I receive this error when i compile this code:

<%
Dim MyBody
Dim MyCDONTSMail

Set MyCDONTSMail = CreateObject("CDONTS.NewMail")
MyCDONTSMail.From= "somebody@nowhere.com"
MyCDONTSMail.To= "sghamaty@cox.net"
MyCDONTSMail.Subject="This is a Test"
MyBody = "Thank you for ordering that stuff" & vbCrLf
MyBody = MyBody & "We appretiate your business" & vbCrLf
MyBody = MyBody & "Your stuff will arrive within 7 business days"
MyCDONTSMail.Body= MyBody
MyCDONTSMail.Send <---------------line 13 this is notes not in code
set MyCDONTSMail=nothing
%>

What is going on? This is actually the sample code that was given to me
from my server.

Reply With Quote

Responses to "CDONTS Error in ASP, error '8009000f'"

 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
recordset error -D- Dreamweaver AppDev 5 11-09-2005 01:30 PM
Error when using createODBCDateTime and Now() Tomdogggg Coldfusion Database Access 2 02-24-2005 04:31 PM
Conditional Statements in CDONTS Mintyman Dreamweaver AppDev 4 02-17-2005 01:32 PM
System error -38 gayle_reddy@adobeforums.com Adobe Acrobat Macintosh 4 07-29-2004 05:20 AM
Template Error Murray *TMM* Dreamweaver AppDev 21 07-28-2003 09:27 PM