Does "corporate Outlook" mean that you're using Exchange as the server? If so, Outlook should play no part at all in your application. Exchange 2000/2003 has support for web services built-in or you can access Exchange data directly with WebDAV -- details should be in the SDK at
http://msdn.microsoft.com/exchange/ .
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at
http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"ntm" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> I am designing a .NET program that needs to read contacts from a
> corporate Outlook running on a different Windows machine. I'm an
> Outlook user but I've never dealt with it programmatically.
>
> I'm hoping to use Web Services to communicate, but I'm not sure if
> there is any built-in Web Services support in Outlook for this. If
> not, is there even an API, so that I could use it to write a Web
> services provider that makes requests of Outlook?
>
> Any ideas or pointers are much appreciated.