问题
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 compatible Library to do this?
Thanks!
回答1:
I did not found any good solution to request the Exchange Webservice from my Windows Store App.
The only solution I have now implemented was to use a own webservice which can use the EWS Managed API to send requests to the Exchange Server (higher than 2007).
The Windows Store App itself communicates via WCF with my Proxy-Webservice like it is done here
来源:https://stackoverflow.com/questions/17927008/get-unread-emails-from-exchange-in-windows-8-store-app