views:

49

answers:

0

Hi,

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!