Get unread emails from exchange in Windows 8 Store App
问题 I want to write an App (Windows Store App) which should display all my unread emails. I did my research at google and msdn but found nothing suitable. The problem is as follow, my development pc does not have any connection to a exchange server, so I had to write an app (C#/XAML) which should later on work: On every PC in the organisation Uses the default credentials of the user Displays the unread emails Is it possible to get these information (Emails) by asking the EWS? Is there a WinRT