Hi,
Is there a method by which we can mark a newly created document as read?
Regards
Javed Khan
Hi,
Is there a method by which we can mark a newly created document as read?
Regards
Javed Khan
Subject: Method to mark a document as read
You have to manage the Unread Note Table for the containing database. You can do this using the Notes C API functions.
Subject: RE: Method to mark a document as read
If the document is created via LS, the NotesDocument.Save() method also provides a parameter to mark the document as read.
Subject: RE: Method to mark a document as read
By you, or by all users of the database?