G
Guest
I am using System.Net.Mail for sending mail.
How do I force a SMTP Quit command (SMTP session termination) with the
SmtpClient class ?
Even when the SmtpClient object goes out of scope and I reinstantiate the
SmtpClient class the SMTP session appears to not be terminated. What causes
SMTP session start-up and shutdown with the System.Net.Mail SMTPClient class ?
Thanks
How do I force a SMTP Quit command (SMTP session termination) with the
SmtpClient class ?
Even when the SmtpClient object goes out of scope and I reinstantiate the
SmtpClient class the SMTP session appears to not be terminated. What causes
SMTP session start-up and shutdown with the System.Net.Mail SMTPClient class ?
Thanks