I am working on my mail database and i am running an agent in it and when agent is reading the messages then its status is changing from unread to read.Is there any ways of changing its status back to unread through lotus script or formula language.Pls help me i am in trouble
Subject: RE: How to retrieve all the unread documents through Lotus script
your agent must be doing more than just reading the documents, it is updating them somehow. If you didn’t intend to update them then fix the agent, if you did then look at the third parameter of notesdocument.save
flag = notesDocument.Save( force, createResponse [, markRead ] )
markRead
Boolean. If True, the document is marked as read. If False (default), the document is not marked as read.