Delphi - 将 cxScheduler 与 Outlook 2007 同步

发布于 2024-09-27 10:32:22 字数 376 浏览 3 评论 0原文

我正在使用 cxScheduler vom DexExpress 并希望将其与 Outlook 2007 同步。 调度程序提供了一种方法来执行此工作:cxSchedulerSynchronizeStorageWithOutlook

问题:当我调用此方法时,我收到 EOleSyserror:操作不可用。

于是我检查了delphi中注册的类型库,“Microsoft Outlook 12.0对象库”已安装并注册。

所以我尝试“手动”创建一个 ole 对象:

MyOutlook := CreateOLEObject('Outlook.Application');

并且这个工作正常。 有人知道出了什么问题吗? 非常感谢!

I'm usingthe cxScheduler vom DexExpress and want to syncronize it with outlook 2007.
The scheduler offers a method to do this work: cxSchedulerSynchronizeStorageWithOutlook

Problem: When I call this method, I get an EOleSyserror : operation not available.

So I checked the registered type libraries in delphi, and the "Microsoft Outlook 12.0 Object Library" is installed and registered.

So I tried to create an ole object "by hand" :

MyOutlook := CreateOLEObject('Outlook.Application');

and this work.
Somebody an idea whats wrong?
Big thx!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文