English 中文(简体)
How to find unread sms messages in windows mobile
原标题:

I need to find if there are any unread SMS on a windows mobile 6 smartphone.

I know about message interception, but thats not what I need: I already know if I receive an sms, but now I need to know if there is an unread sms at some later point in time (which might not be, since the user might have read the sms by then).

My goal is to emulate a sms reminder function: if you received an sms while you where absent, it will give a reminder signal every 15 (or so) minutes, so you don t have keep looking at your phone all the time.
Other mobile phones already contain this functionality, but in windows mobile it is missing.

最佳回答

You can use the SystemState.MessagingSmsUnread property. This will give you the number of unread messages, but no more details.

问题回答

暂无回答




相关问题
Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Build a Bitmap filling it with a smaller image

I m developing a Windows Mobile application with C# and .NET Compact Framework. I want to fill a Bitmap with an image that it s smaller. To fill this new Bitmap I want to repeat the image ...

Bing maps used offline: cache tiles from its web service

I m developing a Windows Mobile application that uses Bing Maps Web Service to show user s position on it. I think I have a problem if the user hasn t got internet service on his mobile, so I think I ...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...

Custom listview control for windows mobile in c#

I need to develop a custom listview control (ie, i need two labels and a progress bar in each list item) . I am new to windows mobile so please help me with code samples.

In Which Languages Can I Develop For Windows Mobile?

Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project: In which languages can I develop for it(Windows Mobile 5)? Where can I download this ...

热门标签