集群环境中的 Microsoft Exchange CDOEX

发布于 2024-07-15 09:16:14 字数 173 浏览 6 评论 0原文

我们有一个连接到 Exchange 的 VS2005 本机 C++ 应用程序 使用 CDOEX 和 CDOEXM 的服务器来创建和修改日历条目 对于多个用户文件夹。 它是一个命令行实用程序,必须安装在安装 Exchange 服务器的同一服务器上。 使用这个的正确步骤是什么 集群环境中的实用程序? 任何帮助,将不胜感激。

We have a VS2005 native C++ application which connects to Exchange
server using CDOEX and CDOEXM to create and modify calendar entries
for multiple user folders. It's a command line utility which must be installed on the same server where the exchange server is installed. What is the correct procedure to use this
utility in a clustered environment? Any help would be appreciated.

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

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

发布评论

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

评论(1

梦与时光遇 2024-07-22 09:16:14

我可以建议你看一下吗?
http://msdn.microsoft.com/en-我们/库/aa373130%28VS.85%29.aspx
有关故障转移群集如何工作的一般信息。
但我还想指出,今后(即 2007 年、2010 年交换)您将不会获得 CDOEXM。 相反,您必须找到某种与 powershell 集成的方法。 有一些类可以从程序内部显式运行 powershell 脚本,但它们是 C#,因此您要么将所有代码迁移到 C#,要么使用一些混杂的 IJW 混合物。

Might I suggest you take a look at.
http://msdn.microsoft.com/en-us/library/aa373130%28VS.85%29.aspx
for general information on how failover clustering works.
But I would also like to point out that going forward ( ie exchange 2007 , 2010) you don't get CDOEXM. And Instead you will have to find some way of integrating with powershell instead. There are classes to explicitly run powershell scripting from inside a program, but they are C# so you either migrate all your code to C# or use some bastardized blend of IJW.

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