IsEncrypted (NotesItem - LotusScript®)
Read-write. Indicates whether an item is encrypted.
Defined in
Data type
Boolean
Syntax
To get: flag = notesItem .IsEncrypted
To set: notesItem .IsEncrypted = flag
Legal values
- True indicates that the item is encrypted.
- False indicates that the item is not encrypted.
Usage
If you set this property to True, the item is not actually encrypted until you call the Encrypt method on the parent NotesDocument.