Windows Phone 7 中安装的 Outlook Mobile 插件
我一直遵循 Outlook 模型,直到 Windows Mobile 6.5 中出现 POOM,我不知道我们是否可以为 Windows Phone 7 中安装的 Outlook 开发一个插件,如果可以,我在哪里可以找到与其相关的 sdk 或任何代码示例。
谢谢
I followed outlook model till POOM present in windows mobile 6.5, I have no clue if we can develop an addin for outlook installed with windows phone 7, if yes where can I find sdk related to it or any code samples.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows Phone 7 不允许像 WM6.5 那样完全访问 Outlook 数据。最接近的方法是为 WP7.5 (Mango) 编写一个使用联系人和日历集成功能的应用程序。请参阅 http://msdn.microsoft.com/en -us/library/hh202972(v=vs.92).aspx。
您还可以使用“选择器”进行有限修改 - 请参阅 http://msdn.microsoft.com/en-us/library/ff769543(v=VS.92).aspx
Windows Phone 7 doesn't allow full access to Outlook data as WM6.5 did. The closest you're going to get is to write an app for WP7.5 (Mango) that uses the Contacts and Calendar integration feature. See http://msdn.microsoft.com/en-us/library/hh202972(v=vs.92).aspx.
You can also call out to make limited modifications using "choosers" - see http://msdn.microsoft.com/en-us/library/ff769543(v=VS.92).aspx