LOTUSSCRIPT/COM/OLE CLASSES


OpenMailDatabase method
Example

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


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.

Language cross-reference

openMailDatabase method in Java DbDirectory class

MailOpen @command in formula language

Example