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
NoteID property
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window