.NET SMTPClient - where is pending outgoing mail stored?
If I've queued up some email to be sent via the System.Net.Mail.SMTPClent, where can I find this mail? With the Windows SMTP Client, it's in the C:\inetpub\mailroot folder - is there a similar folder for the .NET client? EDIT: Here's an example. If I turn off the outgoing SMTP server on my XP computer and then run an application that se...