Delphi - 将 cxScheduler 与 Outlook 2007 同步
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论