EnableFolder (NotesDatabase - LotusScript®)
Given a folder name, enables the folder.
Note: This method is new with Release 5.
Defined in
Syntax
Call notesDatabase .EnableFolder( foldername$ )
Parameters
foldername$
String. The name of the folder that you want to enable. If the folder does not exist, this method creates a folder.
Usage
Use the EnableFolder method to make sure a folder exists before calling the PutInFolder, PutAllInFolder, RemoveFromFolder, and RemoveAllFromFolder methods.