GetRead (NotesDocument - LotusScript®)

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

Note: This method is new with Release 8.5.

Defined in

NotesDocument

Syntax

flag = notesDocument .GetRead([ username ] )

Parameters

username

Optional. Text. If supplied, the username who has or has not read the document. Otherwise, defaults to the name of the current user.

Return value

flag

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