send multiple emails
Posted
by nccsbim071
on Stack Overflow
See other posts from Stack Overflow
or by nccsbim071
Published on 2010-04-16T08:37:36Z
Indexed on
2010/04/16
8:43 UTC
Read the original article
Hit count: 327
i am sending email to the users using smtp client and MailMessage class.
i have been adding the addresses of multiple receivers in the to property of the object of MailMessage class. the problem is that the receiver can see the email addresses of other receipents. is there any way to hide the email addresses of other receipents.
i mean setting some property or something like that.
otherwise i will be left with only option to send individual email to the users.
any help plesae
© Stack Overflow or respective owner