GetAgent (NotesDatabase - LotusScript®)

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

Defined in

NotesDatabase

Syntax

Set notesAgent = notesDatabase .GetAgent( agentName$ )

Parameter

agentName$

String. The name of the agent.

Return value

notesAgent

NotesAgent. The agent with the specified name.

Usage

For an explanation of NoteAgents, see the NotesAgent class.

Example