error : Could not access CDO.Message object

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2006
Posts: 1
Reputation: thomas_joyee is an unknown quantity at this point 
Solved Threads: 0
thomas_joyee thomas_joyee is offline Offline
Newbie Poster

error : Could not access CDO.Message object

 
0
  #1
Jun 15th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 48
Reputation: Embeza is an unknown quantity at this point 
Solved Threads: 0
Embeza Embeza is offline Offline
Light Poster

Re: error : Could not access CDO.Message object

 
0
  #2
Jun 22nd, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 48
Reputation: Embeza is an unknown quantity at this point 
Solved Threads: 0
Embeza Embeza is offline Offline
Light Poster

Re: error : Could not access CDO.Message object

 
0
  #3
Jun 29th, 2006
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC