- Examples: NotesDocument class
- Authors (NotesDocument - LotusScript)
Read-only. The names of the people who have saved a document.
- ColumnValues (NotesDocument - LotusScript)
Read-only. An array of values, each element of which corresponds to a column value in the document's parent view. The first value in the array is the value that appears in the view's first column for the document, the second value is the one that appears in the second column, and so on. The value of each element of the array is the result of the corresponding column's formula and the items on the current document. Some elements in the array might have no value.
- Created (NotesDocument - LotusScript)
Read-only. The date/time a document was created.
- EmbeddedObjects (NotesDocument - LotusScript)
Read-only. The OLE/2 and OLE/1 embedded objects in a document.
- EncryptionKeys (NotesDocument - LotusScript)
Read-write. The key(s) used to encrypt a document. The Encrypt method uses these keys when it encrypts the document.
- EncryptOnSend (NotesDocument - LotusScript)
Read-write. Indicates whether a document is encrypted when mailed.
- FolderReferences (NotesDocument - LotusScript)
Read-only. The names of the folders containing a document.
- FTSearchScore (NotesDocument - LotusScript)
Read-only. The full-text search score of a document, if it was retrieved as part of a full-text search.
- HasEmbedded (NotesDocument - LotusScript)
Read-only. Indicates whether a document contains one or more embedded objects, object links, or file attachments.
- HttpURL (NotesDocument - LotusScript)
Read-only. The Domino® URL of a document when HTTP protocols are in effect.
- IsDeleted (NotesDocument - LotusScript)
Read-only. Indicates whether a Document object represents an existing document (not a deletion stub) on an ongoing basis.
- IsEncrypted (NotesDocument - LotusScript)
Read-only. Indicates whether a document is encrypted.
- IsNewNote (NotesDocument - LotusScript)
Read-only. Indicates whether a document is new. A document is new if it hasn't been saved.
- IsProfile (NotesDocument - LotusScript)
Read-only. Indicates whether a NotesDocument object is a Profile document.
- IsResponse (NotesDocument - LotusScript)
Read-only. Indicates whether a document is a response to another document.
- IsSigned (NotesDocument - LotusScript)
Read-only. Indicates whether a document contains a signature.
- IsUIDocOpen (NotesDocument - LotusScript)
Read-only. Indicates whether a NotesDocument object (back-end document) is accessed through a NotesUIDocument object (front-end document).
- IsValid (NotesDocument - LotusScript)
Read-only. Indicates whether a Document object represents an existing document (not a deletion stub) initially.
- Items (NotesDocument - LotusScript)
Read-only. All the items in a document. An item is any piece of data stored in a document.
- Key (NotesDocument - LotusScript)
Read-only. If a Profile document, the user name (key) of the profile.
- LastAccessed (NotesDocument - LotusScript)
Read-only. The date/time a document was last modified or read.
- LastModified (NotesDocument - LotusScript)
Read-only. The date/time a document was last modified.
- LockHolders (NotesDocument - LotusScript)
Read-only. The names of the holders of a lock.
- NameOfProfile (NotesDocument - LotusScript)
Read-only. If a Profile document, the name of the profile.
- NoteID (NotesDocument - LotusScript)
Read-only. The note ID of a document, which is an 8-character combination of letters and numbers that uniquely identifies a document within a particular database.
- NotesURL (NotesDocument - LotusScript)
Read-only. The Domino® URL of a document when Notes® protocols are in effect.
- ParentDatabase (NotesDocument - LotusScript)
Read-only. The database that contains a document.
- ParentDocumentUNID (NotesDocument - LotusScript)
Read-only. The universal ID of a document's parent, if the document is a response. Returns an empty string ("") if a document doesn't have a parent.
- ParentView (NotesDocument - LotusScript)
Read-only. The view from which a document was retrieved, if any.
- Responses (NotesDocument - LotusScript)
Read-only. The immediate responses to a document.
- SaveMessageOnSend (NotesDocument - LotusScript)
Read-write. Indicates whether a document is saved to a database when mailed. Only applies to new documents that have not yet been saved.
- SentByAgent (NotesDocument - LotusScript)
Read-only. Indicates whether a document was mailed by a script.
- Signer (NotesDocument - LotusScript)
Read-only. The name of the person who created the signature, if a document is signed.
- SignOnSend (NotesDocument - LotusScript)
Read-write. Indicates whether a document is signed when mailed.
- Size (NotesDocument - LotusScript)
Read-only. The size of a document in bytes, which includes the size of any file attachments on the document.
- UniversalID (NotesDocument - LotusScript)
Read-write. The universal ID, which uniquely identifies a document across all replicas of a database. In character format, the universal ID is a 32-character combination of hexadecimal digits (0-9, A-F).
- Verifier (NotesDocument - LotusScript)
Read-only. The name of the certificate that verified a signature, if a document is signed.
- AppendItemValue (NotesDocument - LotusScript)
Creates a new item in a document and sets the item value.
- AttachVCard (NotesDocument - LotusScript)
Attaches one or more documents in vCard format.
- CloseMIMEEntities (NotesDocument - LotusScript)
Closes MIME processing associated with items of a specified name.
- ComputeWithForm (NotesDocument - LotusScript)
Validates a document by executing the default value, translation, and validation formulas, if any are defined in the document form.
- ConvertToMIME (NotesDocument - LotusScript)
Converts a document in Notes® format to MIME format similar to a mail router.
- CopyAllItems (NotesDocument - LotusScript)
Given a destination document, copies all of the items in the current document into the destination document. The item names are unchanged.
- CopyItem (NotesDocument - LotusScript)
Given an item, copies it into the current document and optionally assigns the copied item a new name.
- CopyToDatabase (NotesDocument - LotusScript)
Copies a document into the specified database.
- CreateMIMEEntity (NotesDocument - LotusScript)
Creates an uninitialized top-level MIME entity in a document.
- CreateReplyMessage (NotesDocument - LotusScript)
Creates a new document that is formatted as a reply to the current document.
- CreateRichTextItem (NotesDocument - LotusScript)
Creates a new rich text item in a document, using a name you specify, and returns the corresponding NotesRichTextItem object. When used with OLE automation, this method allows you to create a new rich text item and NotesRichTextItem object without using New.
- Encrypt (NotesDocument - LotusScript)
Encrypts a document in a database.
- GetAttachment (NotesDocument - LotusScript)
Given the name of a file attachment, returns a NotesEmbeddedObject representing the attachment. You can use this method to find file attachments which are not contained in a rich text item (such as an attachment in a Release 2 database), as well as file attachments that are contained in a rich text item.
- GetFirstItem (NotesDocument - LotusScript)
Given a name, returns the first item of the specified name belonging to the document.
- GetItemValue (NotesDocument - LotusScript)
Given the name of an item, returns the value of that item in a document.
- GetItemValueCustomDataBytes (NotesDocument - LotusScript)
- GetItemValueDateTimeArray (NotesDocument - LotusScript)
Returns the value of a date-time item in a document.
- GetMIMEEntity (NotesDocument - LotusScript)
Gets a top-level MIME entity.
- GetRead (NotesDocument - LotusScript)
Returns true if the current document has been read, otherwise false.
- GetReceivedItemText (NotesDocument - LotusScript)
Gets the text values of the Received items in a mail document.
- HasItem (NotesDocument - LotusScript)
Given the name of an item, indicates whether that item exists on the document.
- Lock (NotesDocument - LotusScript)
Locks a document.
- LockProvisional (NotesDocument - LotusScript)
Locks a document provisionally.
- MakeResponse (NotesDocument - LotusScript)
Makes one document a response to another document. The two documents must be in the same database.
- MarkRead (NotesDocument - LotusScript)
Marks the document as read.
- MarkUnread (NotesDocument - LotusScript)
Marks the document as unread.
- PutInFolder (NotesDocument - LotusScript)
Adds a document to the specified folder. If the folder does not exist in the document's database, it is created.
- Remove (NotesDocument - LotusScript)
Permanently deletes a document from a database, but does a soft deletion if soft deletions are enabled.
- RemoveFromFolder (NotesDocument - LotusScript)
Removes a document from the specified folder.
- RemoveItem (NotesDocument - LotusScript)
Given the name of an item, deletes the item from a document.
- RemovePermanently (NotesDocument - LotusScript)
Permanently deletes a document from a database, doing a hard deletion even if soft deletions are enabled.
- RenderToRTItem (NotesDocument - LotusScript)
Creates a picture of a document and places it into a rich text item you specify. The picture is created using both the document and its form. Therefore, the form's input translation and validation formulas are executed.
- ReplaceItemValue (NotesDocument - LotusScript)
Replaces all items of the specified name with one new item, which is assigned the specified value. If the document does not contain an item with the specified name, the method creates a new item and adds it to the document.
- ReplaceItemValueCustomDataBytes (NotesDocument - LotusScript)
- Save (NotesDocument - LotusScript)
Saves any changes you have made to a document.
- Send (NotesDocument - LotusScript)
Mails a document.
- Sign (NotesDocument - LotusScript)
Signs a document.
- UnLock (NotesDocument - LotusScript)
Unlocks a document.