virtualswp Posted June 26, 2003 Posted June 26, 2003 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. Quote
Martin Posted July 1, 2003 Posted July 1, 2003 Have you tried giving the correct permissions to the user group used by .NET (IUSR/****) as recommended in http://www.xtremedotnettalk.com/t69426.html? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.