JAVA/CORBA CLASSES


IsEncrypted property
Example

Read-Write. Indicates whether an item is encrypted.

Defined in

Item

Data type

boolean

Syntax

public boolean isEncrypted()
   throws NotesException

public void setEncrypted(boolean flag)
   throws NotesException

Legal values


Usage

If you set this property to true, the item is not actually encrypted until you call encrypt on the parent Document.

Language cross-reference

IsEncrypted property in LotusScript NotesItem class

Example
See Also