Exemplo n.º 1
0
        static void Main(string[] args)
        {
            String     DumpFile = "d:\\temp\\mail.log";
            SmtpServer Server   = new SmtpServer(DumpFile);

            Server.Connect();
        }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     String DumpFile = "d:\\temp\\mail.log";
     SmtpServer Server = new SmtpServer(DumpFile);
     Server.Connect();
 }