netDumbster.smtp.SimpleSmtpServer.SimpleSmtpServer C# (CSharp) Method

SimpleSmtpServer() private method

Prevents a default instance of the SimpleSmtpServer class from being created.
private SimpleSmtpServer ( int port, bool useMessageStore ) : System
port int The port.
useMessageStore bool if set to true [use message store].
return System
        private SimpleSmtpServer(int port, bool useMessageStore)
            : this(Configuration.Configure().WithPort(port).EnableMessageStore(useMessageStore))
        {
        }

Same methods

SimpleSmtpServer::SimpleSmtpServer ( Configuration configuration ) : System
SimpleSmtpServer::SimpleSmtpServer ( int port ) : System