Property that marked when user read mail

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.

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/856c9634e5a150588525692b0025ca11?OpenDocument

http://www-10.lotus.com/ldd/46dom.nsf/search?SearchView&Query=unread%20marks%20and%20declare&SearchOrder=1&SearchMax=250&SearchWV=FALSE&SearchFuzzy=FALSE&Start=1&Count=100

http://www-10.lotus.com/ldd/46dom.nsf/Search?SearchView&Query=unread%20marks%20and%20api&SearchOrder=0&Start=1&Count=100

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.