.

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

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