Get unread emails from exchange in Windows 8 Store App

微笑、不失礼 提交于 2020-01-25 05:43:55

问题


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:

  1. On every PC in the organisation
  2. Uses the default credentials of the user
  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!