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" )
Siehe auch
RemoveFromFolder method
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar