Link to home
Start Free TrialLog in
Avatar of witty
witty

asked on

Read Outlook adress-book (exchange server5.5)

Does someone have a sample script, to read out the outlook adress book??

thanks
witty
Avatar of robbert
robbert

Yes, I have.
My dumb provider does not let me upload it at the moment.
I'll try later, or write to gartenkorb@okay.net.
ASKER CERTIFIED SOLUTION
Avatar of robbert
robbert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Oops,

Set objSession = CreateObject("MAPI.Session")

should be;

Set objSession = Server.CreateObject("MAPI.Session")