blah blah blah is here! blah blah » Close

0
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 = ...

Feedback