Search code examples
c#asp.netweb-servicesexchange-serverews-managed-api

MS Exchange 2007 access via ASP.NET Web Service


How do I reference a MS Exchange Server 2007 API via a ASP.NET Web Service ?

Hint : MS Exchange API's are exposed as a Web Service.

The code behind for the existing code for the ASP.NET web service is written in C#.

What is the best way to pass an exception/error back to the consumer of this web service?

Hint : Assuming an error occurred is a message text and an error code.


Solution

  • ASP.NET Web service can access MS Exchange Server 2007 by Exchange Web Service API or via Exchange Web Service Managed API.