如何使用c#将电子邮件发送到Exchange通讯组列表

问题描述:

我需要使用c#将邮件发送到名为DL-IT的Exchange分发列表。

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

有人知道如何实现吗?

最简单的方法是找到DL的实际电子邮件地址,并在To:字段中使用它。 Exchange分发列表实际上有自己的电子邮件地址,所以这应该是正常的。

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.