LOTUSSCRIPT/COM/OLE CLASSES
Dim doc As NotesDocument Dim parentDoc As NotesDocument Dim item As NotesItem Dim itemName As String '...set value of doc... Set item = doc.GetFirstItem( "Body" ) Set parentDoc = item.Parent Messagebox( doc.NoteID ) Messagebox( parentDoc.NoteID )
See Also