Accessing document properties in LotusScript® classes

The following table lists the document properties:

Property

Data type

Description

Authors

String array

(Read-only) Names of users who have saved the document

ColumnValues

Variant array

(Read-only) Column values in parent view, or null; not applicable if document not accessed through a view

Created

DATE variant

(Read-only) Date and time the document was created

EmbeddedObjects

Variant array

(Read-only) Embedded objects in the document

EncryptionKeys

String array

(Read-write) Keys used to encrypt the document

EncryptOnSend

Boolean

(Read-write) True if the document is encrypted when mailed

FolderReferences

String array

(Read-only) Shows what folders have references to a particular document

FTSearchScore

Integer

(Read-only) Relevance value if the document was retrieved from a full-text search

HasEmbedded

Boolean

(Read-only) True if the document has embedded objects

HttpURL

String

(Read-only) The HTTP URL of a document.

IsDeleted

Boolean

(Read-only) True if the document is deleted

IsEncrypted

Boolean

(Read-only) True if the document is encrypted

IsNewNote

Boolean

(Read-only) True if the document is created but does not yet exist on disk

IsProfile

Boolean

(Read-only) True if the document is a profile document

IsResponse

Boolean

(Read-only) True if the document is a response document

IsSigned

Boolean

(Read-only) True if the document is signed

IsUIDocOpen

Boolean

(Read-only) True if the document is accessed through a NotesUIDocument object

IsValid

Boolean

(Read only) True if the document exists

Items

NotesItem array

(Read-only) All the items in the document

Key

String

(Read-only) If a profile document, the user name (key) of the profile

LastAccessed

DATE variant

(Read-only) Date and time the document was last accessed

LastModified

DATE variant

(Read-only) Date and time the document was last modified

LockHolders

String array

(Read-only) Names of the holders of a lock

NameOfProfile

String

(Read-only) If a profile document, the name of the profile

NoteID

String

(Read-only) Note ID of the document

NotesURL

String

(Read-only) The Notes® URL of a document.

ParentDatabase

NotesDatabase

(Read-only) Database that contains the object

ParentDocumentUNID

String

(Read-only) Universal ID of the parent if the document is a response

ParentView

NotesView

(Read-only) View from which the document was retrieved, if any

Responses

NotesDocumentCollection

(Read-only) 1st-level responses to this document, if any

SaveMessageOnSend

Boolean

(Read-write) True if message is saved when mailed

SentByAgent

Boolean

(Read-only) True if the document was mailed by an agent using the Send method

Signer

String

(Read-only) Name of signer if the document is signed

SignOnSend

Boolean

(Read-write) True if the document is signed when mailed

Size

Long

(Read-only) Size of document in bytes, including any attachments

UniversalID

String

(Read-Write) Universal ID of the document

Verifiers

String

(Read-only) User ID verifying the signature if the document is signed