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 refer to the boring (http://blog.csdn.net/yzx0023/) ArticleAnd modified some CodeNow, you can read the received text messages and sent text 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 the c ++ class library. You can use vs2005 to open it directly.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.