简体   繁体   中英

Write SMS to folders (Inbox, Drafts, Sent Items) on Windows Mobile (Managed Code prefered)

I am taking backup of message folders (Inbox, Drafts, Sent Items) from Windows Mobile to server. Now, I need to restore the messages to the corresponding folders after we wipe the Windows Moble.

How to write SMS to the corresponding folders (Inbox, Drafts, Sent Items)?

I found SimWriteMessage method of SIMMANAGER API. Its Native code. Does anyone have C# wrapper of this?

我发现了MAPI的CreateMessage函数( http://msdn.microsoft.com/zh-cn/library/cc839874.aspx ),但不知道如何从C#调用。

It's a fairly complex COM API set. You'll have to either write an interop layer or use a third-party solution that already did that work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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