Just a little helper function.
List<System.Net.Mail.MailAddress> emails = new List<System.Net.Mail.MailAddress>();
smails = emails.Split(',').Select(a => new System.Net.Mail.MailAddress(a.Trim())).ToList();
enjoy
Posted
22 Jun 2009 7:14 AM
by
Gal Ratner