LOTUSSCRIPT/COM/OLE CLASSES


IsSigned property
Example

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

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument.IsSigned

Legal values


Usage

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

Language cross-reference

IsSigned property in Java Document class

Example
See Also