TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jinwolf
NA
176
0
CDO Problem, but not always.
Dec 21 2004 5:01 AM
Hi all, I have a problem. I use the Framework (1.1) to send Emails from an ASP.NET application. There are around 5 forms use the functions, 2 without problems and the rest give the error: "Could not access 'CDO.Message' object.". Does anyone have any ideas? The code I use is identical in all forms, just the content changes. [CODE] oMail.SMTPServer = ConfigurationSettings.AppSettings["smtpServer"].ToString(); oMail.Bcc = txtAdresse.Value; oMail.Von = ConfigurationSettings.AppSettings["Nlemail"].ToString(); oMail.Betreff = "Newsletter Bestätigung"; oMail.Text = sBody; oMail.Format = MailFormat.Text; string sResult = oMail.EmailSenden(); [/CODE] I have checked all the fields are correct and all is fine. Thanks in advance,
Reply
Answers (
0
)
asp.net with ADSI authentication problem
Help with Sql parameters...