Re: SMTPServer within a .Net application (General questions)
I've replaced the sleep line with:
Do While True
Debug.Write( X )
Loop
Still does the same thing. If its event driven it shouldn't care about the sleep though, should it?
Derek