Wednesday, November 09, 2011
by
Valentin Stoychev
|
Comments
[download the application complete source code from your Telerik account ]
This is part 2 of the series on Building an Exchange Client For Windows Phone. See part1.
Microsoft has invested a lot into building managed API for accessing Exchange Web Services (EWS). This gives us the opportunity to do virtually everything from code, that an end user can do using the Microsoft Outlook client.
The API allows us to add/edit/delete mail massages, appointments, contacts, tasks, etc. In this example we will show you how to access user appointments, but working with the rest of the ...