Ejemplo n.º 1
0
 public bool CheckAccountCredentials(int itemId, string email, string password)
 {
     return(ExchangeServerController.CheckAccountCredentials(itemId, email, password));
 }