Neokernel API

AutoReplyAgent.getReply Method

This method can be overridden to provide an automatic response message. By default it returns the text message provided by the "reply_message" property.

public virtual string getReply(
   AgentRequest request
);

See Also

AutoReplyAgent Class | com.neokernel.email Namespace