Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending email to more than one address
Message
From
14/06/2007 09:40:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Sending email to more than one address
Miscellaneous
Thread ID:
01232983
Message ID:
01232983
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform