|
Posted by Union Palenshus [MSFT] on October 26, 2007, 7:40 pm
Please log in for more thread options
Do a quick Live search for:
desktop sms windows mobile
to get some examples. Check out the comments on this blog entry
http://blogs.msdn.com/windowsmobile/archive/2007/03/21/getting-started-with-mapi.aspx,
he posts a blurb about how to get started with the managed pocket outlook
interface. Unfortunately at this time you can't access SMS messages already
saved in the store through the managed interface. To do that, you'll want
to use the MAPI http://msdn2.microsoft.com/en-us/library/bb158491.aspx).
However, there is another way to go about it. You can use the functionality
in the managed PocketOutlook interface along with MessageInterception to
intercept SMSs as they arrive, and then pass them on to the desktop through
ActiveSync or a sockets connection, it's also trivial to send an SMS message
using the managed interface
(http://msdn2.microsoft.com/en-us/library/microsoft.windowsmobile.pocketoutlook.smsmessage.send.aspx).
Good luck!
Union Palenshus
Software Development Engineer/Test
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
>I would like to write a program running in desktop which can get SMS info
> stored in device.How to do it? Any examples?
> thank in advance.
>
|