Exemple #1
0
 public int DeleteMailbox(int itemId, int accountId)
 {
     return(ExchangeServerController.DeleteMailbox(itemId, accountId));
 }