'Issue using the .net email address collection?

I am currently making a simple package for sending emails over an exchange service. There is a requirement to have the option to send it as a BCC to various other mail accounts.

This means that I have to map strings to a emailaddresscollection object. Which should be simple enough however there does not actually seem to be a way to actually use it?

EmailAddressCollection c = new EmailAddressCollection();

Will tell me there is no paramaterless constructor which is true as all constructors are internal. So how on earth do I actually use this object?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source