简体   繁体   English

Windows Mobile中保存的短信扩展名是什么?

[英]what is the extension fo sms that are saved in windows mobile?

我想知道在其中保存短信的文件夹层次结构以及Windows Mobile中短信文件的扩展名是什么?

Why do you think they are stored in the file system as individual files? 您为什么认为它们作为单独的文件存储在文件系统中? They're not. 他们不是。 You can't just open a folder and walk files to get them, you have to use the Messaging API (MAPI) to open the store and pull them out. 您不仅可以打开文件夹并浏览文件以获取它们,还必须使用Messaging API(MAPI)打开商店并将其拉出。

Since you didn't indicate what language you're programming in, here's an example in C++ that pulls out SMS messages and saves them to a file. 由于您未指明要使用的语言,因此下面是C ++的示例,该示例提取SMS消息并将其保存到文件中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM