A string containing the name part of the address
MailAddress m = new MailAddress ("Toto <tyty@tata.com>"); Console.Out.WriteLine (m.Name);
MailAddress Class | SmtPop Namespace