Neokernel API

AutoReplyAgent.initProps Method

Initializes properties for this agent:

service_name - is the agent's email address, reply_to - the agent's reply to email address (usually the same as service_name), send_email_service_name - is the service name of the SendEmailAgent (send_email), reply_message - is the static text response this agent replys with.

public override void initProps();

Implements

AgentInterface.initProps

See Also

AutoReplyAgent Class | com.neokernel.email Namespace