如何使用c#从Outlook通讯组列表(DL)添加/删除联系人(例如电子邮件ID)

问题描述:

假设我的Outlook帐户中有DL = dl.abc我想使用c#添加电子邮件(与该组联系),如果有人有解决方案,请告诉我。'

谢谢

suppose i have DL=dl.abc in my outlook account i want to add email(contact to this group) using c#, please let me know if anyone have solution for this.'
thanks

您可以使用 AddMember RemoveMember Outlook.DistListItem 对象的方法。
You can use the AddMember and RemoveMember methods of the Outlook.DistListItem object.