Problem with POP email reading windows service
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All! I'm working on a windows service which polls a mailbox and retrieves mails through POP. Then it processes mails it retrieved from the server. Sometimes server stops responding in between the processing. I want to know how to gracefully stop the service and restart it. I've not worked with windows services prior to this, So I don't have much idea about it. Any help would be very much appreciated. Thanks!
Don't Quit