Simple Mail and Post Office Protocol for .Net (SmtPop)

MailAddress.Name Property

A string containing the name part of the address

public string Name {get; set;}

Example

MailAddress m = new MailAddress ("Toto <tyty@tata.com>");
Console.Out.WriteLine (m.Name);
Output : Toto

See Also

MailAddress Class | SmtPop Namespace