That's probably a question better posed to the microsoft.public.exchange.development group.
Exchange 2007, BTW, will offer access to its data via web services natively. For Exchange 2000/2003, I think there are some web service examples in the Exchange SDK.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Gekka" wrote in message ups.com...
Thanks for your reply, Sue. Coming from the Java sphere, I'm really new
to all kind of MS technology and APIs.
The problem here is that this portal is Oracle and here's my idea for a
new approach:
I'll create a webservice using Collaboration Data Objects where Outlook
Web Access is running, exposing the needed functionality, like number
of unread mails, todays appointments, etc. Then I'll use this
webservice in an OmniPortlet in Oracle to show the data.
Would this have any authentication implications as one of the
requirements for the portal is secure SSO (basic authentication not
allowed)?