LOTUSSCRIPT/COM/OLE CLASSES


OpenMail method
Example

Assigns a database to the current user's mail database and opens that database.

Note This method is supported in LotusScript only. For COM, use OpenMailDatabase in NotesDbDirectory.

Defined in

NotesDatabase

Syntax

Call notesDatabase.OpenMail

Usage

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


Language cross-reference

MailOpen @command in formula language

Example
See Also