LOTUSSCRIPT/COM/OLE CLASSES
Dim db As New NotesDatabase( "Kampala", "hello.nsf" ) Dim acl As NotesACL Dim firstEntry As NotesACLEntry Set acl = db.ACL Set firstEntry = acl.GetFirstEntry
See Also