Das Notes Forum
Domino 9 und frühere Versionen => ND6: Entwicklung => Thema gestartet von: Blackraven am 21.12.05 - 08:00:49
-
Hallo,
leider kann ich in der Hilfe direkt nix finden.
wird, wenn ich die NotesDBdirectory Klasse benutze, und damit über ne Schleife alle DBs auf dem Server abarbeiten will, auch die "mail.box" und andere "*.box" Files angezogen?
-
Auzug Notes Hilfe
Syntax
Set notesDatabase = notesDbDirectory.GetFirstDatabase( fileType% )
Parameters
fileType%
Constant of type Integer. Indicates the kind of database file you want to retrieve from the server.
fileType% Indicates
DATABASE (1247) for LotusScript
NOTES_DATABASE (1247) for COM Any Notes database (NSF, NSG, or NSH file)
TEMPLATE (1248) Any Notes database template (NTF file)
REPLICA_CANDIDATE (1245) Any Notes database or template not disabled for replication
TEMPLATE_CANDIDATE (1246) Any Notes database or template
Return value
notesDatabase
The first database, of the specified fileType%, located in the directory. The database is closed. To open it, use the Open or OpenIfModified method in NotesDatabase.
eher nicht.
Gruss Thorsten