GUIDE - Create your own Mail sending program!´[VB´]

vb2008

  • Actuellement 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
Note : 0.0 sur 0 votes
Commentaires (0)
  X  



pub
 

Description

PRESS READMORE FOR THE CODE PART!!! Welcome! This video will simply show how to make your Visual Basic application to send an email to any adress. Hope you guys like it, this is my FIRST VIDEO GUIDE!! Imports System.Web Imports System.IO Imports System.Net.Mail //Imports should be over EVERTHING, at the top of everthing. Dim mail As New MailMessage() Dim SmtpServer As New SmtpClient SmtpServer.Credentials = New Net.NetworkCredential("gmail account", "password") SmtpServer.Port = 587 ...

Mots-clés


Ajouter un commentaire

Nom :


Votre commentaire:


Confirmer:



* Merci de surveiller votre langage. 400 caractères maximum.

Commentaires

Soyez le premier à commenter cette vidéo.

Artiste : vb2008
Titre de la vidéo : GUIDE - Create your own Mail sending program!´[VB´]
Catégories : vb
Vues : 297
Ajouté par : admin