i am fetching mail from Email server in c# by using this link.
http://%20[1]:%20http://www.aspsnippets.com/Articles/Fetch-and-Read-emails-from-POP3-mail-server-using-C-and-VB.Net---Part-I.aspx
every thing is working fine my problem is that i am getting only the sender emailId.i want to accesss the sender name not email.
ex-like gmail when we open our inbox in gmail we only get the sender name along with Email.any idea how can i do this?