Hi all,
Apologies if this is not the correct NG.
I am trying to find out how to access MS Exchange Server via SOAP. There
don't appear to be any specific SOAP interfaces for exchange, is this
simply a case of accessing standard COM+ interfaces via SOAP?
I'd appreciate it if anyone here can shed some light/point me in the
right direction.
Cheers,
N
GCR - 08 Dec 2005 22:35 GMT
Well, if you now how to access Exchange functionality you need in a windows
application, than you should just decouple the Exchenge access from
presentatiion features and wrap it in a class library. Then use this class
library in your web service. COM would be a slightly complication to this
scenario, since it would call your class library through com interop, but
it's an option.
> Hi all,
>
[quoted text clipped - 10 lines]
>
> N