Neokernel API

AutoReplyAgent Class

This agent sets itself up to receive messages from a ReceiveEmailAgent and automatically respond to the sender using the SendEmailAgent. In most cases, this will be subclassed and the getReply method should be overridden.

For a list of all members of this type, see AutoReplyAgent Members .

System.Object
   Props
      Agent
         ServiceAgent
            RequestAgent
               AutoReplyAgent

public class AutoReplyAgent : RequestAgent

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.email

Assembly: Neokernel (in Neokernel.exe)

See Also

AutoReplyAgent Members | com.neokernel.email Namespace