In my email inbox have a 4000 message
I want to read this
I use
Pop3Client _client =new Pop3Client();
Connect(hostname: "pop.gmail.com", username: "
[email protected]", password: "pwd", port: 995, isUseSsl: true);
GetMessageCount() -> retursn only 259 message
i want to read all message from my account.