Line 22: objEmail.BodyFormat = MailFormat.Text
Line 23: SmtpMail.SmtpServer ="www.hotmail.com"
Line 24: SmtpMail.Send(objEmail)
Line 25:
Line 26: End Sub
2006-07-17
04:07:11
·
1 answers
·
asked by
jaspal
2
in
Computers & Internet
➔ Programming & Design
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: The transport failed to connect to the server.
2006-07-17
04:08:18 ·
update #1
Thankyou
admiralbob77
,,And if i want to use hotmail account as a final destination.
2006-07-17
05:15:37 ·
update #2