예제 #1
0
 public ExchangeAccountsPaged GetAccountsPaged(int itemId, string accountTypes,
                                               string filterColumn, string filterValue, string sortColumn,
                                               int startRow, int maximumRows, bool archiving)
 {
     return(ExchangeServerController.GetAccountsPaged(itemId, accountTypes,
                                                      filterColumn, filterValue, sortColumn,
                                                      startRow, maximumRows, archiving));
 }