Fixed:
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:
parent
e5156eb0cd
commit
51c9c74a2f
4 changed files with 16 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue