Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...