read email using exchange web services

后端 未结 6 597
灰色年华
灰色年华 2021-01-05 01:43

This is my scenario: I have to read email from exchange 2010 sp2 accounts. I have to use Exchange Web Services, POP3 and IMAP are blocked. I have to test my app in an enviro

6条回答
  •  执念已碎
    2021-01-05 02:12

    Try service.TraceEnabled = true;

    WFM. In my case I needed to set up SSL/TLS by installing a certificate from the Exchange Server onto the client machine. I was led to this solution from the output of the trace.

提交回复
热议问题