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