EWS Managed API and SQL Server - Login failed. The login is from an untrusted domain and cannot be used with Windows authentication?

If so - you will quickly run out of available ports or reach a user limit depending on how SQL Server is configured and your licensing model. You should do a netstat and check how the connections grow. Eventually these connections will be freed, but it is something to consider.

If so - you will quickly run out of available ports or reach a user limit depending on how SQL Server is configured and your licensing model. You should do a netstat and check how the connections grow. Eventually these connections will be freed, but it is something to consider.

Are you using single or multi-threaded application model when interfacing and processing the EML files?

It is a single-threaded application running as a windows service. I had originally created new connections for each message because of the time it took to process each one. I will try passing around one connection to each message instead.

– JoeFurious Nov 22 at 20:05.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions