getRead (Document - Java™)
Returns true if the current document has been read, otherwise false.
Note: This method is new with Release 8.5.
Defined in
Syntax
public Boolean getRead()
throws NotesException
public Boolean getRead(String username)
throws NotesException Parameters
String username If supplied, the username who has or has not read the document. Otherwise, defaults to the name of the current user.
Return value
Boolean True if the current document has been read by username. False if it has not been read by username.