LOTUSSCRIPT/COM/OLE CLASSES


IsEncrypted property
Example

Read-write. Indicates whether an item is encrypted.

Defined in

NotesItem

Data type

Boolean

Syntax

To get: flag = notesItem.IsEncrypted

To set: notesItem.IsEncrypted = flag

Legal values


Usage

If you set this property to True, the item is not actually encrypted until you call the Encrypt method on the parent NotesDocument.

Language cross-reference

IsEncrypted property in Java Item class

Example
See Also