Possible Duplicate:
How to connect to Gmail using POP3?
How to connect to gmail with pop3 in RebexMail-Full-1.0.3723.0-DotNet2.0 version
My Code.
client = new Pop3();
client.Connect(pop.gmail.com, 995 );
client.Login("account@gmail.com","123456");
and it's not work