When connecting to Gmail with OpenPop, I can only receive it once, even if I do not delete it. Using GetMessageCount (), I always get 0 emails. How can I get all the emails I have?
Only after reading them and processing them do I place an order for deletion. To receive emails I use the following code:
using (var client = new Pop3Client()) {
source share