Jump to content
Xtreme .Net Talk

virtualswp

Members
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • Occupation
    Programmer
  • Visual Studio .NET Version
    1.1
  • .NET Preferred Language
    Vb.NET

virtualswp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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.
×
×
  • Create New...