How do I send an email to an Exchange Distribution list using c#

Calanus picture Calanus · May 27, 2009 · Viewed 17.3k times · Source

I need to send an email to an Exchange distribution list called "DL-IT" using c#.

Does anyone know how to achieve this?

Answer

Harper Shelby picture Harper Shelby · May 27, 2009

The simplest way would be to find the actual email address of the DL, and use that in your "To:" field. Exchange distribution lists actually have their own email addresses, so this should work fine.