Question:
we are using Chilkat C#.Net email component in our application for reading and sending emails. We are using Office 365 for our mail communications.
PFA for log files of errors we got in our application.
Here are the criteria where we are getting the errors of each respectively:
1)Chilkat_MaxConnections_Exceeded : We have configured a pop3 email address to read emails at an interval of 5 seconds through windows service. After reading of emails started, at specific point of time, this error ‘You have exceeded the maximum number of connections that are allowed in 5 mins’ is getting logged in the file. And no further action of reading emails is taking place.
2)Chilkat_POP3_Authentication_Failed : We have configured a pop3 email address (eg. domain ‘xxxxx.outlook.com’) to read emails at an interval of 5 seconds. Sometimes, we are getting the same error in this file, but it continues to read emails after some time.
3)Chilkat_WSAEWOULDBLOCK : In both of the above mentioned criteria, we are getting the error in this file.
Please let us know the scenarios where we can expect to get these errors and how to resolve them. And also let us know if any other information required from our end.