0
votes
votes
1 answers
Connecting to Exchange in C#
When I try to connect to Exchange using webdav with my domain credentials manually, it works fine: [code] NetworkCredential credential = new NetworkCredential("user", "pass","dom"); WebdavSession session = ...
