We’ve recently had a few cases where some SOAP headers were missing from the request when performing specific operations and targeting specific Exchange versions. This resulted in incorrect data being returned. For example, if you Target Exchange2010 or higher and…
EWS: Push Notification Sample
I wrote a sample application quite a while ago showing how to write a push notification client using WCF. This seemed a little complex to me, and I have now got another sample that uses the managed API and a…
Using Exchange Web Services from VBScript: Sending a message with attachment example
With Exchange 2010, CDO and all the other APIs that were commonly used from VBScript (e.g. WebDAV) are no longer supported. The only scriptable API is EWS. While it is relatively easy to use EWS using the managed API, this…
SOAPe: SOAP Test Application (with EWS tools)
We sometimes get cases where EWS is being used from a language we don’t support (e.g. Java). In such cases, we can support the actual SOAP conversation (i.e. the raw requests/responses between the client and EWS). To do this, we…