Fixed font Subject: Emailing Distribution List
Author: ep Date: 17 May 2010
References:
I'm trying to automate sending an email to a distribution list in Outlook
2003 using C#. I have a DistListItem object and I'd like to somehow add that
to the BCC field of a MailItem object. Is this possible without adding each
Member of the distribution list individually?

What I’m trying to do would be similar to right clicking a
contact/distribution list and selecting “New Message to Contact.”

Thanks for any help