.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


openMailLog method
Example

Opens a new mail memo for logging. The memo is mailed when the log's close method is called, or when the object is deleted.

Note This method works only in Domino agents.

Defined in

Log

Syntax

public void openMailLog(java.util.Vector recipients, String subject)
   throws NotesException

Parameters

java.util.Vector recipients


String subject
Usage

When you call this method, Domino uses the current user's mail database to create and send the mail memo. The memo is not saved to the database.

Logging actions and errors

For information on how actions and errors get logged to a mail log, see the logAction and logError methods.

Language cross-reference

OpenMailLog method in LotusScript NotesLog class

Example
See Also