Quota Editor control update to support min and max values.
Exchange controller updated to not accept recoverable item space of smaller than 6144MB
This commit is contained in:
parent
7de55cfd78
commit
03dd3cfad9
7 changed files with 112 additions and 43 deletions
|
@ -311,6 +311,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public const int ERROR_EXCHANGE_PFOLDERS_QUOTA_LIMIT = -2610;
|
||||
public const int ERROR_EXCHANGE_DOMAINS_QUOTA_LIMIT = -2611;
|
||||
public const int ERROR_EXCHANGE_STORAGE_QUOTAS_EXCEED_HOST_VALUES = -2612;
|
||||
public const int ERROR_EXCHANGE_INVALID_RECOVERABLEITEMS_QUOTA = -2613;
|
||||
#endregion
|
||||
|
||||
#region Organizations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue