Hi!
I am creating a new VB.net project in which I have to send email, which I am trying to do using system.web.mail.
In this project I am using oledb data connection, command and a reader to extract data. WHen I try to send email I get a message "could not access cdo.message object".
If I remove the part of the code where I am extracting the data using oledb, I am able to send the mail.
Could you please help where I am going wrong.
Your help is much appreciated
Nalina
I am creating a new VB.net project in which I have to send email, which I am trying to do using system.web.mail.
In this project I am using oledb data connection, command and a reader to extract data. WHen I try to send email I get a message "could not access cdo.message object".
If I remove the part of the code where I am extracting the data using oledb, I am able to send the mail.
Could you please help where I am going wrong.
Your help is much appreciated
Nalina