Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending email to more than one address
Message
De
14/06/2007 09:40:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Sending email to more than one address
Divers
Thread ID:
01232983
Message ID:
01232983
Vues:
49
Using VS2005, I am trying to send an email to more than one address. How do I specify more that one address in the "To"? Is there a delimiter between the addresses?
MailAddress from = new MailAddress("Myfrom@address.com");
MailAddress to = new MailAddress("MyTo1@address.com");
MailMessage message = new MailMessage(from, to);
Thanks,

Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform