Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 319
Calanus Avatar asked May 27 '09 14:05

Calanus


1 Answers

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.

like image 155
Harper Shelby Avatar answered Nov 05 '22 15:11

Harper Shelby