是否有适用于 .NET Framework 的 Outlook 联系人同步组件?

发布于 2024-10-14 13:00:47 字数 85 浏览 2 评论 0原文

我正在寻找一个 .NET Winforms 组件,它使我能够轻松地将 Outlook 联系人与我的应用程序联系人同步。

有没有这方面的组件?

I am searching for a .NET Winforms component that will give me the ability to easily synchronize the outlook contacts with my application contacts.

Is there any component for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

神妖 2024-10-21 13:00:47

如果您的 Outlook 帐户是在 Exchange 服务器中管理的,执行此操作的一种方法是使用 EWS 托管 API。您可以找到使用 EWS 进行联系事务的代码示例 这里

One way to do this, if your outlook accounts are managed in an exchange server, is to use the EWS Managed API. You can find a sample of code for contact transactions with EWS here.

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