Example #1
0
 public void ResetAllStorage(string mailboxAddress)
 {
     SqlDbResetHelper helper = new SqlDbResetHelper();
     helper.ResetBlobData(mailboxAddress, string.Empty, true);
 }
Example #2
0
 public void ResetAllStorage(string mailboxAddress, string organization)
 {
     SqlDbResetHelper helper = new SqlDbResetHelper();
     helper.ResetBlobData(mailboxAddress, organization);
     helper.DeleteDatabase(organization);
 }