hi all,
I have a string str which contains email addresses seperated with ';' like vinodkumar.alla pu@gmail.com;vi no...@hotma il.com to whom i want to send mails with same body... when iam saying
mail.To.Add(str );
its displaying a message saying: The specified string is not in the form required for an e-mail address... can any one solve my problem by changing the code where iam going wrong....!!
thank you
I have a string str which contains email addresses seperated with ';' like vinodkumar.alla pu@gmail.com;vi no...@hotma il.com to whom i want to send mails with same body... when iam saying
mail.To.Add(str );
its displaying a message saying: The specified string is not in the form required for an e-mail address... can any one solve my problem by changing the code where iam going wrong....!!
thank you
Comment