What I want to do is similar to this question. However that solution uses Settings.Default.* which as best as I can tell doesn't exist.
For a Windows Forms (C#) app, how can I send an email usign the local email client and credentials so I don't have to prompt the user for anything. I definitely don't want to ask the user for their password (and more to the point then have to save that as this will be for a service sending scheduled emails).
thanks - dave