如何获取或添加联系人到用户的Exchange邮箱?
想知道是否有人知道:如何获取或添加联系人到用户邮箱,使用具有管理员权限的帐户在 Exchange 2007 中访问它们。用 C# 2008 进行编码。
搜索 4 天已经找不到此解决方案的任何示例。
Wondering if anybody know: How to get or add contacts to users mailbox, using account with admin rights to access them in Exchange 2007. coding in C# 2008.
Searching for 4 days already cant find any examples of this solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会考虑使用 EWS,因为您使用的是 C#。 MSDN:Exchange Web 服务参考
还有托管 API,它简化了的电话。 MSDN:Exchange Web 服务托管 API 1.0 SDK
I would look at using EWS since you are using C#. MSDN: Exchange Web Services Reference
There is also the Managed API which simplifies the calls. MSDN: Exchange Web Services Managed API 1.0 SDK