944,092 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 8081
  • VB.NET RSS
Jun 15th, 2006
0

error : Could not access CDO.Message object

Expand Post »
hi all,
i create an application to sending email's. this is the code i used.

Dim mailmsg As MailMessage

SmtpMail.SmtpServer = "127.0.0.1"
mailmsg = New MailMessage
mailmsg.To = txtFrom.Text
mailmsg.From = txtTo.Text
mailmsg.Subject = "demo"
mailmsg.Body = "Its a simple test"
mailmsg.BodyFormat = MailFormat.Text
SmtpMail.Send(mailmsg)

But i got an error 'Could not access CDO.Message object'

Please help me.

Thanks

Thomas
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
thomas_joyee is offline Offline
1 posts
since Jun 2006
Jun 22nd, 2006
0

Re: error : Could not access CDO.Message object

Quote originally posted by thomas_joyee ...
hi all,
i create an application to sending email's. this is the code i used.

Dim mailmsg As MailMessage

SmtpMail.SmtpServer = "127.0.0.1"
mailmsg = New MailMessage
mailmsg.To = txtFrom.Text
mailmsg.From = txtTo.Text
mailmsg.Subject = "demo"
mailmsg.Body = "Its a simple test"
mailmsg.BodyFormat = MailFormat.Text
SmtpMail.Send(mailmsg)

But i got an error 'Could not access CDO.Message object'

Please help me.

Thanks

Thomas
I am Embeza,
Hi my friend.
To solve your problem please go to your favorite search
engine and try paulSadowski.com
thanks
with love
Reputation Points: 10
Solved Threads: 0
Light Poster
Embeza is offline Offline
48 posts
since Jun 2006
Jun 29th, 2006
0

Re: error : Could not access CDO.Message object

Hi Thomas,
this is embeza from Ethiopia.
pls use the site i suggested.
i.e http://www.paulsadowski.com/WSH/cdo.html
You would perfectly find what you need
with regards
Embeza
Reputation Points: 10
Solved Threads: 0
Light Poster
Embeza is offline Offline
48 posts
since Jun 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: move previouse record in VB.net
Next Thread in VB.NET Forum Timeline: Populate Listboxes with table data





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC