LOTUSSCRIPT/COM/OLE CLASSES


Examples: NoteID property
This script gets the note ID of doc and places it into the nid variable.

Dim doc As NotesDocument
Dim nid As String
'...set value of doc...
nid = doc.NoteID

See Also