U
UJ
How do you send mail to multiple users? I've got a string with e-mail
addresses separated by semi colon and when I create the MailMessage doing:
System.Net.Mail.MailMessage lobjMail = new
System.Net.Mail.MailMessage([email protected], lsMail);
it tells me the to address is not in the correct format.
So how can I send one mail message to multiple users?
TIA - Jeff.
addresses separated by semi colon and when I create the MailMessage doing:
System.Net.Mail.MailMessage lobjMail = new
System.Net.Mail.MailMessage([email protected], lsMail);
it tells me the to address is not in the correct format.
So how can I send one mail message to multiple users?
TIA - Jeff.