Re: Write SMS in Inbox



SMS messages are stored within the CEMAPI message store. Recipients are stored in the recipients table (IMessage::ModifyRecipients to write them).

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Vikky" <Vikky@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:AE0957D1-E855-4A8A-9CB4-42832148ABC9@xxxxxxxxxxxxxxxx
Hi, I want to know how to write an SMS in the Inbox. What I am trying to do
is implement a backup and restore (SMS) feature on Pocket PC. "Restore" means
I have to read the SMSes from a persistent store and write it back into the
Inbox. I have the necessary information, like Sender Mobile Number and the
message body. I am even able to write the message body in the Inbox. But, I
can't find a way to write the Sender number for this message, so the message
appears in the Inbox without the Sender Number now.
Any idea how to go about it?

.


Loading