Could not access 'CDO.Message' object

virtualswp

Newcomer
Joined
Jun 26, 2003
Messages
1
Hello everyone. I have seen this post everywhere, but still can't find any solution to this. I am using the 1.1 .NET Framework, running on XP Pro with IIS and the SMTP server installed and running. I also installed the CDO option from Office 2000 in the Outlook option group. Still I get the "Could not access 'CDO.Message' object". It seems as if this has something to do with not registering the Collaboration Data Objects. Does anyone have any ideas?

I just did this code in VB.NET for simplicity, but here is all I am doing:

System.Web.Mail.SmtpMail.SmtpServer = "localhost"
System.Web.Mail.SmtpMail.Send("from@domain", "to@domain", "Test", "Test")


Thanks in advance.
 
Back
Top