Exemplo n.º 1
0
 public List <ExchangeAccount> GetAccounts(int itemId, ExchangeAccountType accountType)
 {
     return(ExchangeServerController.GetAccounts(itemId, accountType));
 }