// Create the web request HttpWebRequest request = WebRequest.Create("https://outlook.office365.com/api/v1.0/me/messages/$count?$filter=IsRead%20eq%20false") as HttpWebRequest; // Add authentication to request request.Credentials = new NetworkCr…
本篇我们介绍一个API 工具,用于在 Windows Store App 中使用 Office 365 API. 首先来说一下本文的背景: 使用 SharePoint 做过开发的同学们应该都知道,SharePoint 有一套客户端对象模型(Client Object Model)用于读取和操作列表和文档库的数据.这个模型支持的应用程序类型包括ASP.NET.WPF.Silverlight和WP等,但是 Windows Store App 不在支持行列中(这一点我一直不太理解)...这样的话,我们…
uri is not hierarchical 学习了:http://blog.csdn.net/zdsdiablo/article/details/1519719 在swt中获取jar包中的文件: Image backgroundImage = null; try { backgroundImage = new Image(Display.getCurrent(), this.getClass().getResourceAsStream("login.jpg")); } catch…