I have an application that fetches emails received by an exchange account and processes it. When many unprocessed emails are present in the inbox, the app creates multiple thread to process those emails.
Can someone tell me how many connections can be opened in parallel to a single exchange account and what is the maximum response size?
I get errors like connection forcibly closes and bad login or password. I know that the credentials are correct as the errors are not consistent.