Need a help regarding sms handling in pocket pc

S

smartslack

HI !!

I need the help in one of my current project which is about to finishe.
I'm using C# .net for the device pocketpc 2002. In my application I
need to handle an sms. Can anyone give me the logic or technique how
can I handle it. my requirement is:
when my application is not running and suddenly sms comes which will be
in a particular port. How can my application gets activate on
realization of sms... In other clear world is there anything like
Push-Registry in J2me in our C# compact frame work environment..

thanks in advance

Regards

Navin Salunke
 
P

Peter Foot [MVP]

IMailRuleClient was introduced with Windows Mobile 2003. For an older
version of device you will probably need to regularly poll the SMS Inbox
folder via MAPI to detect new messages - this is neither an efficient nor
elegant solution but sadly the only option without killing the built in SMS
support and opening the SMS API with read permissions - and you'll still
need to poll for new messages even with that technique.

Are you sure it is a 2002 device - Pocket PC Phone devices running PPC2002
are very rare.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top