"couldn't access cdo.massege object"

yaniv

Centurion
Joined
Apr 15, 2002
Messages
167
Location
israel
I have a sample of .NET program to send mail, when i try to run it i get the error massege:
"couldn't access cdo.massege object", does somebody know what it mean?
 
Does the sample use System.Web.Mail.SmtpMail to send the mail message? I know that class uses CDO in order to do the sending.

You may want to post a code snippet for everyone to review.
 
Back
Top