将 Exchange 公用文件夹迁移到 SharePoint
我在网上阅读了许多文章,建议使用不同的方法将 Exchange 公用文件夹中的数据迁移到 SharePoint 库。
我们公司有一个在 Exchange 公用文件夹内跟踪的项目列表。它只是一堆数据列,我们必须将这些数据移动到 SharePoint 并开始使用 SharePoint。
有谁知道如何以编程方式处理这个问题?或者,如果工作量太大,可以使用已知可以很好地处理此问题的工具。
I have been reading a number of articles online suggesting different approaches to migrate data in an Exchange public folder to a SharePoint Library.
Our company has a list of items tracked inside an Exchange public folder. It is just a bunch of data columns and we have to move that data to SharePoint and start using SharePoint instead.
Does anyone know how to handle this programatically? Or if it is too much work, a tool that is known to handle this well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终自己编写了代码来处理这个问题。
I ended up writing code to handle this myself.