Added ability to apply exchange and lync plan templates to all tenants. Plan

will only be added is the planName does not exist yet for this tenant.
Added ability to match exchange plan (based on size and mapi) to mail enabled
users (room and equipment) and add the mailbox plan to the object for all users
who has no plan assigned yet

configured generate_es_proxies.bat added

Allowed admins to delete reseller space
This commit is contained in:
robvde 2012-08-01 21:38:51 +04:00
parent 985ed949b5
commit 31fb739b18
12 changed files with 545 additions and 64 deletions

View file

@ -236,12 +236,19 @@ namespace WebsitePanel.EnterpriseServer
}
[WebMethod]
public ExchangeMailbox GetMailboxAdvancedSettings(int itemId, int accountId)
{
return ExchangeServerController.GetMailboxAdvancedSettings(itemId, accountId);
}
[WebMethod]
public ExchangeMailbox GetMailboxGeneralSettings(int itemId, int accountId)
{
return ExchangeServerController.GetMailboxGeneralSettings(itemId, accountId);
}
[WebMethod]
public int SetMailboxGeneralSettings(int itemId, int accountId, bool hideAddressBook, bool disabled)
{