使用EWS托管API维护Exchange Gistribution组 [英] Maintain Exchange Gistribution Groups with EWS Managed API

查看:71
本文介绍了使用EWS托管API维护Exchange Gistribution组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对Exchange开发比较陌生。我想使用 EWS托管API
来访问和操作Exchange 2010对象/内容。特别是我想通过C#和EWS托管API
以编程方式维护
通讯组(列表)(例如"将用户添加到通讯组")
的。这可能吗?如果是,我在哪里可以找到一些示例代码?


解决方案

你好

p>


您不能使用EWS向成员组添加和删除成员,也不能创建/删除组。但是,您可以将EWS用于某些组功能。



您需要使用Powershell使用LDAP维护组或在Active Directory中操作组。



读取
http://msdn.microsoft.com/en-us/library/office/dn629393%28v=exchg.150%29.aspx


I am relatively new to Exchange development. I want to use the EWS Managed API to access and manipulate Exchange 2010 objects / contents. In particular I want to maintain distribution groups (lists) programmatically via C# and the EWS Managed API (e.g. "adding users to an distribution group"). Is this possible? If yes, where can I find some example code?

解决方案

Hi there

You cannot use EWS to add and remove members to Distribution Groups or indeed create/delete groups. You can however use EWS for some group functions.

You need to use Powershell to maintain the groups or manipulate the groups in Active Directory using LDAP.

Have a read of http://msdn.microsoft.com/en-us/library/office/dn629393%28v=exchg.150%29.aspx


这篇关于使用EWS托管API维护Exchange Gistribution组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆