普通连接exchange server 用的c#代码是
      ExchangeServiceBinding binding = new ExchangeServiceBinding(); 
      binding.Url = "https://yourserver/ews/exchange.asmx"; 
      binding.Credentials = new NetworkCredential("username", "password", "domain"); 但是要是服务器将连接方式改为FBA方式(Forms based Authentification)后 以上代码就不能用了
那应该怎么写代码的
已经2天了 困在这上面解决不了 急啊