JAVA/CORBA CLASSES
Removes one or more notes from a note collection.
Defined in
NoteCollection
Syntax
public void remove(Agent removalspecifier) throws NotesException
public void remove(Document removalspecifier) throws NotesException
public void remove(DocumentCollection removalspecifier) throws NotesException
public void remove(Form removalspecifier) throws NotesException
public void remove(NoteCollection removalspecifier) throws NotesException
public void remove(View removalspecifier) throws NotesException
public void remove(String removalspecifier) throws NotesException
public void remove(int removalspecifier) throws NotesException
Parameters
Agent removalspecifier
Remove method in LotusScript NotesNoteCollection class
Example See Also