LOTUSSCRIPT/COM/OLE CLASSES
Examples: RemoveFromFolder method
1. This example uses RemoveFromFolder to remove a document from the folder Jambalaya.
Dim doc As NotesDocument
'...set value of doc...
Call doc.RemoveFromFolder( "Jambalaya" )
2. This example uses RemoveFromFolder to remove a document from the folder Spicy, which is located inside the folder Recipes.
Dim doc As NotesDocument
'...set value of doc...
Call doc.RemoveFromFolder( "Recipes\Spicy" )
Vedere anche
RemoveFromFolder method
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario