differentiate between read & unread messages

Hi! i m working on one voice mail program,
can anybody help me how to differentiate between read and unread messages. i wnat to mark unread messages just like in email services.

Comments

  • : Hi! i m working on one voice mail program,
    : can anybody help me how to differentiate between read and unread messages. i wnat to mark unread messages just like in email services.
    :

    With each message store a boolean value (either true or false) and initialize it to false. When a user listens a message (or partly depending on your taste), mark this boolean true.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion