JAVA/CORBA CLASSES
Adds a document to a collection.
Defined in
DocumentCollection
Syntax
public void addDocument(Document doc) throws NotesException
public void addDocument(Document doc, boolean checkDups) throws NotesException
Parameters
Document doc
This method throws an exception if:
AddDocument method in LotusScript NotesDocumentCollection class
Example See Also