IsEncrypted (NotesItem - JavaScript)

Read-Write. Indicates whether an item is encrypted.

Defined in

NotesItem

Syntax

isEncrypted() : boolean

setEncrypted(flag:boolean) : void

Usage

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