Neokernel API

ESMTPReceiver Class

This class implements the ESMTP protocol for the server side. It will listen to a socket and await connections that talk the ESMTP/SMTP protocol.

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

System.Object
   ThreadClass
      ESMTPReceiver
         ReceiveEmailHandler

public class ESMTPReceiver : ThreadClass, ICommandParser

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

ESMTPReceiver Members | com.neokernel.email Namespace