JAVA/CORBA CLASSES


openMailDatabase method
Example

Opens the current user's mail database.

Defined in

DbDirectory

Syntax

public Database openMailDatabase()
   throws NotesException

Return value

Database


Usage

For a program to use this method, it must run either on a workstation or on the agent owner's mail server. Otherwise, an error occurs, since programs running on servers cannot access databases on other servers.


Language cross-reference

OpenMailDatabase method in LotusScript NotesDbDirectory class

Example
See Also