ConfigurationManager.AppSettings["EmailFrom"].ToString();
AppSettings is a NameValueCollection. When accessing its this[string name] or this[int index] properties, it returns a String. Don’t give future developers more code that they have to read and subsequently ignore, that doesn’t add to readability.