For sending mass emails I use single instance of MailMessage class and filling it Bcc property with collection of addresses. However when mail comes, its "To" field is not filled.
I've got two questions:
- how can I make "To" field filled with appropriate address?
- how sending single message to multiple recipients with Bcc field compared to sending multiple messages addresses to single recipient in terms of performance?