Recently, I am working on a text message management software. I need to import the system's original text messages to the new software. netcf itself does not have a class library for reading inbox text messages. After searching the Internet, it finds that it can only be solved through mapi operations. fortunately, a message encapsulated with mapi is found. net class library.
Address: http://www.codeproject.com/internet/CMapiEx.asp
This class library is used for PC, to be used for WM platform must also make some modifications, and finally referred to the boring (http://blog.csdn.net/yzx0023/) article modified some code, you can now read the received and sent messages on the WM platform.
Code:/files/hxw/readsmsdemo.rar
I am not familiar with C ++, so I only modified the inbox text message and sent text message.
The Code contains C ++ code and a demo program. readsms. dll is a C ++ class library. You can use vs2005 to open it directly.