JAVA/CORBA CLASSES
Read-only. Indicates whether a document was mailed by a Domino program.
Defined in
Document
Data type
boolean
Syntax
public boolean isSentByAgent() throws NotesException
Legal values
In agents that respond to mail messages, you can use this property to make sure that the agent is not responding to mail that was sent by a program.
Documents sent by a program contain an item called $AssistMail with a value that is set to 1.
Language cross-reference
SentByAgent property in LotusScript NotesDocument class
Example See Also