IsEncrypted (Document - Java)

Read-only. Indicates whether a document is encrypted.

Note: This property is new with Release 6.5.

Defined in

Document

Data type

boolean

Syntax

public boolean isEncrypted()
    throws NotesException

Legal values

  • true if the document is encrypted
  • false if the document is not encrypted

Usage

See Document.encrypt and Item.IsEncrypted for additional information.

Example