views:

461

answers:

2

What are some good resources for learning Exchange Web Services?

I'm familiar with webDAV and was wondering if exchange web services might be better for some integration we do with exchange.

+1  A: 

i wrote a wrapper library for exchange 2007 some weeks ago.

i found greg's blog pretty good. http://gsexdev.blogspot.com/index.html

then i also found the following codeproject article extremely helpful. http://www.codeproject.com/KB/exchange/Exchange2007EWS-Part1.aspx

good luck

Zahir
A: 

There is a book on the subject from David Sterling called Inside Microsoft Exchange Server 2007 Web Services.

Book Cover

I have found it very useful in learning about Exchange Web Services (a.k.a. EWS).

Recently, Microsoft released the client counter part of EWS dubbed EWS Managed API. It offers a much friendlier API than those generated through Visual Studio proxy class generators. It can be downloaded at http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c3342fb3-fbcc-4127-becf-872c746840e1 and documentation can be found at http://msdn.microsoft.com/en-us/library/dd633709(EXCHG.80).aspx

Unfortunately the aforementioned book does not cover EWS Managed API since the API was released after the book.

A few blogs I found useful while researching about Exchange stuff:

Although most of them are not specifically devoted to EWS I’ve found interesting pieces of information some way or another useful for dealing with EWS in all of them.

Alfred Myers