.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


IsSentByAgent property
Example

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


Usage

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