Search code examples
c#emailexchange-server

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


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

Does anyone know how to achieve this?


Solution

  • 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.