Query (NotesAgent - LotusScript®)

Read-only. The text of the query used by an agent to select documents. For information about selecting documents in an agent, see "Creating an agent."

If no query is defined, the Query property returns an empty string, even if the agent runs a formula that has its own SELECT statement or a script that selects specific documents.

Defined in

NotesAgent

Data type

String

Syntax

To get: query$ = notesAgent .Query

Example