IsSigned (NotesDocument - LotusScript®)

Read-only. Indicates whether a document contains a signature.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .IsSigned

Legal values

  • True indicates that the document contains one or more signatures.
  • False indicates that the document does not contain signatures.

Usage

To access the signatures, you must find the items of type SIGNATURE in the document.

Example