Could somebody help me to find out what's happening?
My code connects to email>reads the body>parses the data> saves them to database> delete the email. It does all that fine. I checked by retrieving their emailIds. The issue here is that the emails are still visible in the Gmail Inbox, although, Disconnect method was supposed to delete them physically from server. Why are they still in the inbox? Is that normal? Does it take some time to delete the emails from the inbox? Or will it always be visible in inbox? or Does deleting emails physically from server not mean that they are deleted from the inbox?
Could some body with experience with POP3 in c# help me with this issue?
Thank you,