SharePoint-Outlook 对象模型、API
我想知道是否有任何 API 可用于在 SharePoint 和 Outlook 中执行某些操作。例如在 Outlook 和 SharePoint 网站之间进行同步、在会议工作区中创建与 Outlook 会议相关的条目。
我试图寻找它但什么也没得到。
任何帮助/指示表示赞赏。
I wanted to know if there is any API available for doing some stuff in SharePoint and Outlook. Stuff like synchronizing between Outlook and SharePoint site, Making entries in Meeting workspace related to a Outlook Meeting.
I tried to search for it but couldn't get anything.
Any help/directions appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
遗憾的是,没有。
您可以使用 RSS 源或“连接到 Outlook”选项执行一些操作,但没有这样的 API。
Sadly, there is not.
There are a few things you can do with RSS feeds, or the 'Connect to Outlook' option, but there is no API as such.
您可能希望使用 SharePoint Web 服务来执行此操作。特别是 Lists.asmx Web 服务。您可以在线搜索它或在此处查找更多信息来开始。
http://www.infoq.com/articles/swanson-moss-web-services
在 SharePoint 2010 中 - 可能有一些其他方法可以实现此目的。
在 Outlook 方面,您可以通过多种不同的方式创建加载项,并使用这些 Web 服务与 SharePoint 进行交互
You would want to do this using the SharePoint web services. Specifically the Lists.asmx web service. You can search for it online or find more information here to start.
http://www.infoq.com/articles/swanson-moss-web-services
In SharePoint 2010 - there might be some additional ways to accomplish this.
On the Outlook side you could do an add-in in multiple different ways and use these web services to interact with SharePoint