是否可以以编程方式检索用户已添加到其 Outlook 的 Sharepoint 联系人列表?
我在 ac#.net 应用程序中内置了一个自定义地址簿。我的用户已进入 Sharepoint 并将其中的联系人列表连接/链接到他们的 Outlook 中。他们希望这些 Sharepoint 联系人列表显示在我们的自定义地址簿应用程序中,但我找不到访问该特定数据的方法。
我希望可以通过一些 LDAP 路径或 EWS 调用来获取这些 Sharepoint 联系人列表。
我考虑过直接通过 API 查看 sharepoint 来获取联系人列表数据,但我仍然不知道他们是否确实将这些列表添加到了 Outlook 中。
I have a custom addressbook built into a c#.net app. My users have gone into Sharepoint and have connected/linked the contact list there into their outlook. They would like for these Sharepoint Contact lists to show up in our custom addressbook app, but I can't find a way to access that particular data.
I was hoping that there would be some LDAP path or EWS call that I could make to get these Sharepoint contact lists.
I've thought about looking at sharepoint directly via the API to get the contact list data, but I still wouldn't know if they have actually added those lists to their outlook or not.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SharePoint 连接的配置存储在收件箱文件夹的文件夹关联项目表中。请参阅 http: //www.infinitec.de/post/2011/07/13/Enumerate-Sharepoint-Connections-in-a-mailbox-with-EWS.aspx 上的示例如何枚举它们。
The configuration of a SharePoint connection is stored in the folder asssociated items table of the inbox folder. See http://www.infinitec.de/post/2011/07/13/Enumerating-Sharepoint-Connections-in-a-mailbox-with-EWS.aspx for a sample on how to enumerate them.