getRead (ViewEntry - Java)

Returns true if the current entry has been read, otherwise false.

Note: This method is new with Release 8.5.

Defined in

ViewEntry

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 entry. Otherwise, defaults to the name of the current user.

Return value

Boolean

True if the current entry has been read by username. False if it has not been read by username.