Neokernel API

AutoReplyAgent.handleRequest Method

Processes an email AgentRequest by parsing out the recipient's Reply To address, and responding with the text message returned by calling the getReply method. The message is sent using the SendEmailInterface registered with the ServiceManager as specified by the "send_email_service_name" property. Note: This method will do nothing if the sender (Reply To from the message) is the same as the "reply_to" property as this would cause a mail loop.

public override void handleRequest(
   AgentRequest request
);

Implements

RequestAgentInterface.handleRequest

See Also

AutoReplyAgent Class | com.neokernel.email Namespace