OpenMailDatabase (NotesDbDirectory - LotusScript®)

Opens the current user's mail database.

Note: This method is new with Release 5.0.2b.
Note: This method is supported in COM only. For LotusScript®, use the OpenMail method in NotesDatabase.

Defined in

NotesDbDirectory

Syntax

Set notesDatabase = notesDbDirectory .OpenMailDatabase( )

Return value

notesDatabase

The opened database.

Usage

The value of the parent NotesDbDirectory does not matter except that it must be set. It can be the local or any server directory.

Example