hi
Anybody know or in WRT any API for listing unread sms.
Thanks in advance
Tarun(TJ)
hi
Anybody know or in WRT any API for listing unread sms.
Thanks in advance
Tarun(TJ)
Hi Tarun,
afaik there's no way to filter read/unread SMS messages when using the Messaging Service API GetList() method. What you can do is to list them all (so, read and unread messages) and then manually filter the unread ones by using the 'Unread' property of each returned item, as described here:
http://library.forum.nokia.com/index...7BDB99689.html
Pit