Re: SMTPServer within a .Net application (General questions)
Your loop still doesn't allow messages to be processed, since you're taken over complete thread. Adding DoEvents could help.
As for being event driven - if it lives in same thread, you can't take it for yourself all the time. You have to do your code and get out to windows message pump as soon as you can.
Kreso
Complete thread:
- SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:05
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:09
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:10
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:16
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:22
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:26
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:28
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:33
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:36
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:40
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:36
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:33
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:28
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:26
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:22
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:16
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:12
- Re: SMTPServer within a .Net application - DerekThoms, 2006-01-28, 02:10
- Re: SMTPServer within a .Net application - wodSupport, 2006-01-28, 02:09