Hi,
We are trying to process mails from mailbox using POP3.
When mail is saved physically then we delete it from server.
Now sometimes we get error like "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host".
So the processed mail was not deleted from server(Due to Close() method not called), we get same mail again.
So my concern is only with to how handle this scenario.
Thanks in advance.