I'm trying to read my saved configuration settings back into TextBoxes with
txtMailServer.Text = Properties.Settings.Default.MailServer;
But the text box contents are being prefixed with this text in front of the actual value...
System.Windows.Forms.TextBox, Text: the.mail.server
What is causing that?