LOTUSSCRIPT/COM/OLE CLASSES


MarkRead method
Example

Marks the document as read.

Note This method is new with Release 8.

Defined in

NotesDocument

Data Type

Boolean

Syntax

Call notesDocument.MarkRead( [username] )

Parameters

username


Usage

If the database does not track unread marks, all documents are considered read, and this method has no effect.

Language cross-reference

markRead method in Java Document class

Example
See Also