.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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