LOTUSSCRIPT/COM/OLE CLASSES


Save method
Example

Saves the agent.

Note This method is new with Release 4.6.

Defined in

NotesAgent

Syntax

Call notesAgent.Save

Usage

Use the Save method in an agent triggered by the "Action menu selection." You cannot use the Save method in a background agent.

If you change the IsEnabled property or the ServerName property in an agent, you must call the Save method to commit the change to disk. You must have the appropriate access privileges to both the database and to the agent.

Language cross-reference

save in Java Agent class

Example
See Also