How can I add multiple email addresses in Outlook field "To" via C#?

Posted by misho on Stack Overflow See other posts from Stack Overflow or by misho
Published on 2010-06-17T12:54:27Z Indexed on 2010/06/17 13:13 UTC
Read the original article Hit count: 151

Filed under:
|
|

Hi all,

Anybody know how can I add multiple email addresses in Outlook field "To" via C#?

foreach (var to in mailTo)
            newMail.To += to + "; ";

When I try do it how I described this above I receive next kind of string: [email protected]@[email protected]

© Stack Overflow or respective owner

Related posts about c#

Related posts about outlook