存档短信 (sms)
我想将 WM 手机上的短信存档到我的 PC,最好是 XML 格式。 我可以通过 PC 应用程序(例如通过 RAPI)访问它们吗? 我没有WM开发经验,只是PC,然后主要是Delphi。
请不要链接到商业应用程序,除非您认为这是唯一可能的方法。
编辑
没有人? 你们让我失望了:-)。 或者是:-(?
I want to archive the text messages on my WM phone to my PC, preferably as XML. Can I access them from a PC application, e.g. through RAPI? I have no experience in WM development, just PC, and then mainly Delphi.
Please no links to commercial application unless you think that's the only possible way.
Edit
No-one? You guys disappoint me :-). Or is that :-(?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我使用 PIM 备份来导出我的 SMS 消息。 http://www.dotfred.net/
它可以以二进制或文本(csv,no xml 抱歉)
它会生成一个 .pib 文件,您可以将其重命名为 .zip,然后解压以查找导出的文本文件。
I use PIM Backup to export my SMS messages. http://www.dotfred.net/
It can export the messages in binary or text (csv, no xml sorry)
It generates a .pib file that you can rename to .zip and then extract to find the exported text files.
也许这个应用程序可以帮助您:http://handheld.softpedia .com/get/System-Utilities/Enhancements/AllExport-9131.shtml
Maybe this app can help you: http://handheld.softpedia.com/get/System-Utilities/Enhancements/AllExport-9131.shtml
要访问 SMS 消息,您可以使用 Windows Mobile 消息传送 服务。 具体来说,您需要使用 MAPI 来访问所有 SMS。 这假定设备正在使用 Windows Mobile SMS 消息传递,有些设备则不然。 在没有的设备上,您必须使用 Manufactor API 来访问 SMS 消息。
您无法直接从 RAPI 访问 MAPI,但您可以使用 RAPI 下推并运行您自己的应用程序,该应用程序将与 PC 进行通信。 有多种方法可以做到这一点。
To get access to SMS messages you use Windows Mobile Messaging services. Specifically you need to use the MAPI to get access to all SMS's. This assumes that the device is using the Windows Mobile SMS Messaging, some don't. On the devices that don't you have to use Manufactor API's to access the SMS messages.
You can't access MAPI directly from RAPI, but you could use RAPI to push down and run your own application which would communicate back to the PC. There are a number of ways of doing this.