用C#获取Windows Mobile短信2008-5-4 10:22:10
以前我看到的Windows Mobile的短信编程的文章和示例都是用C++调用MAPI来实现,今天我在CodeProject上发现了MAPI的.NET封装,实现了99% .NET MAPI。作者是先用C++封装了MAPI的接口,然后再用C#进行二次包装。把C++的代码量降到了最低,大部分代码用C#来完成。作者称这种方法实现的性能比较好,当然不能跟完全用C++实现的比。
![]() 原文地址:Pocket PC and Smartphone 99% .NET MAPI 最新源码:http://sourceforge.net/projects/mapidotnet 相关参考: Messaging API (CE MAPI) Reference (MAPI官方参考) 无聊客的博客 (写了很多Windows Mobile短信开发的文章) MVP邹建峰的MSDN Webcast: 实例开发Windows Mobile进阶:短信开发大全 (Level 300) 实例开发Windows Mobile进阶:短信开发大全(2) (Level 300) Practical Use of MAPI (来自Windows Mobile团队博客) 评论
|
||

