LOTUSSCRIPT/COM/OLE CLASSES


GetAgent method
Example

Finds an agent in a database, given the agent name.

Defined in

NotesDatabase

Syntax

Set notesAgent = notesDatabase.GetAgent( agentName$ )

Parameter

agentName$


Return value

notesAgent


Usage

For an explanation of NoteAgents, see the NotesAgent class.

Language cross-reference

getAgent method in Java Database class

@Command([AgentEdit]) function in formula language

Example
See Also