Hello,
I am building an Visual Studio 2013 asp.net application that uses EWS. I have enabled tracing:
service.TraceEnabled = true;service.TraceFlags = TraceFlags.All;
I expect so see the EWS trace output in the Output window; however, nothing related to EWS shows in Output window.
I wonder what am I missing?
Thank you,