Accessing MAPI from script

M

Manfred Braun

Hi All,

I had to re-install a new w2k box to run a script [to get rid of the
security warnings] to access the addressbook. Unexpectedly, this no longer
works and fails on the following script statement [in a WSC file]:

<reference object="MAPI.Session" version="1.0"/>

I've just installed outook 2000 SR1 [outlook only + scripting support].

What do one has to install, to get this statement running?

Thanks so far and
best regards,
Manfred Braun
 
M

Manfred Braun

Sue,

do you have a watcher in your system-tray ???? ;-) ;-)
Thanks a lot, I was just blind or stupid :)

Best regards,
Manfred

BTW, I installed W2K/Outlook in a virtual machine, just to have a fallback
.....


Sue Mosher said:
Sounds like you didn't install the optional CDO component as part of the
Outlook installation. Rerun Outlook setup.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Manfred Braun said:
Hi All,

I had to re-install a new w2k box to run a script [to get rid of the
security warnings] to access the addressbook. Unexpectedly, this no longer
works and fails on the following script statement [in a WSC file]:

<reference object="MAPI.Session" version="1.0"/>

I've just installed outook 2000 SR1 [outlook only + scripting support].

What do one has to install, to get this statement running?

Thanks so far and
best regards,
Manfred Braun
 
S

Sue Mosher [MVP-Outlook]

Sounds like you didn't install the optional CDO component as part of the
Outlook installation. Rerun Outlook setup.
 
Top