When changing primary email address, upn is changed as well. UPN is not changes
anymore

When deleting user: leaf object error. Fixed: object delete methods extended
with delete Tree

Lync Global Plans cannot be deleted, fixed
This commit is contained in:
robvde 2012-11-18 11:46:18 +04:00
parent e5156eb0cd
commit 51c9c74a2f
4 changed files with 16 additions and 6 deletions

View file

@ -219,7 +219,7 @@ namespace WebsitePanel.Portal
}
result = ES.Services.ExchangeServer.DeleteExchangeMailboxPlan(orgs[0].Id, planId);
result = ES.Services.Lync.DeleteLyncUserPlan(orgs[0].Id, planId);
if (result < 0)
{
messageBox.ShowResultMessage(result);