与 Exchange 2007 交互

发布于 2024-08-01 21:25:28 字数 152 浏览 1 评论 0原文

目前,我正在使用 asp.net 应用程序中托管的 powershell 与 Exchange 通信并创建 Exchange 对象。 有谁知道与 Exchange 交互的任何其他方式吗? 这些方法需要允许创建诸如邮箱和通讯组列表之类的项目,因此 Exchange Web 服务已被淘汰。

At the moment I am using powershell hosted in an asp.net app to communicate with Exchange, and create Exchange objects. Does anyone know of any other means of interacting with Exchange? These methods need to allow the creation of items such as mailboxes and distribution lists, so Exchange Web Services is out.

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

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

发布评论

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

评论(1

抚你发端 2024-08-08 21:25:28

由于 powershell 是 .NET,因此您应该能够(使用 Reflector)反映 Exchange 程序集,以找出每个命令在内部真正执行的操作并执行相同的操作 - 从而跳过整个 powershell 的事情。

Since powershell is .NET, you should be able to reflect (with Reflector) upon Exchange assemblies to find out what each command really does inside and do the same - thus skipping the whole powershell thingy.

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