|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
problem while sending the email(urgent)
hai ,<br>i am writing an email module to send the email to users,<br><br>i had used the code given in the MSDN library i.e<br><br>Dim MyMessage As New Mail.MailMessage()<br> MyMessage.To = "abc@yahoo.com"<br> MyMessage.From = "abc@yahoo.com"<br> MyMessage.Subject="Testing Mail Module"<br> MyMessage.BodyFormat=MailFormat.Html<br> MyMessage.Body = " Sending the mail"<br> MyMessage.Priority = MailPriority.High<br> System.Web.Mail.SmtpMail.SmtpServer = "mail server address"<br> System.Web.Mail.SmtpMail.Send(MyMessage)<br><br>it is giving an error saying that CDO Object not available.<br><br>i gone through various forums but unable to get the problem can some one help me in solving this problem<!-- Edit --><p><i>Last Edited : 5/28/2003 9:52:28 AM GMT</i></p>
|
|
#2
|
|||
|
|||
|
Hi,<br><br>What I feel is your problem is related with CDO object which is required for these mailing programs.This CDO component is not installed on your server.So download the CDO object and install it.I think this might work.<br><br>All the best.<br><br>K****ij
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > problem while sending the email(urgent) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|