I need to access to some property or field on mail document (Memo) that tell me if the document is read/unread.
Subject: Property that marked when user read mail
Unread marks are not stored in the document. That’s because every user of a database potentially has a different set of unread documents.
They are stored in a “table”, one for every user of the database. However, I don’t think there’s easy access to them, although I think there may be methods in the API.
Subject: RE: Property that marked when user read mail
Do you know the method to acces them in API?
Subject: Unread mark API links
Have a look at these postings.
Subject: RE: Property that marked when user read mail
Sorry…never had the need to spend the time to learn it.
What problem are you really trying to solve ? Maybe there’s another way.