是否可以以编程方式检索用户已添加到其 Outlook 的 Sharepoint 联系人列表?

发布于 2024-11-17 23:05:15 字数 278 浏览 5 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初雪 2024-11-24 23:05:15

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文