LOTUSSCRIPT/COM/OLE CLASSES
Dim db As New NotesDatabase( "Warsaw", "data\discuss.nsf" ) Dim acl As NotesACL Dim entry As NotesACLEntry Set acl = db.ACL Set entry = acl.CreateACLEntry _ ( "Shelly McPhail/East/ACME", ACLLEVEL_EDITOR ) Call acl.Save
See Also