Connecting to internet through code
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, using Vb.Net i want to connect to internet and send a mail programatically . can any body give me some guidelines? regards sumedha
Dim Message As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage Message.To = "" Message.From = "
-
Hi All, using Vb.Net i want to connect to internet and send a mail programatically . can any body give me some guidelines? regards sumedha
ciacia wrote: send a mail programatically using the solution of the guy above ciacia wrote: i want to connect to internet using HttpWebRequest/HttpWebResponse (I dont remember exactly the namespace) << >>