Following fixed and added:
User general settings added to the mailbox details tab FirstName, Lastname added to the create user and mailbox forms DisplayName is generated and editable based on provided first and last name Issue fixed with mailbox details to show "[None]" if user has no plan assigned Option added to the hosting plan to enable or disable the maintenance of mailboxplans by tenants.
This commit is contained in:
parent
7cdf080763
commit
702084c672
30 changed files with 692 additions and 88 deletions
|
@ -110,6 +110,7 @@ order by rg.groupOrder
|
|||
public const string EXCHANGE2007_MAXSENDMESSAGESIZEKB = "Exchange2007.MaxSendMessageSizeKB"; // Max Send Message Size
|
||||
public const string EXCHANGE2007_MAXRECEIVEMESSAGESIZEKB = "Exchange2007.MaxReceiveMessageSizeKB"; // Max Receive Message Size
|
||||
public const string EXCHANGE2007_ISCONSUMER = "Exchange2007.IsConsumer"; // Is Consumer Organization
|
||||
public const string EXCHANGE2007_ENABLEDPLANSEDITING = "Exchange2007.EnablePlansEditing"; // Enabled plans editing
|
||||
public const string MSSQL2000_DATABASES = "MsSQL2000.Databases"; // Databases
|
||||
public const string MSSQL2000_USERS = "MsSQL2000.Users"; // Users
|
||||
public const string MSSQL2000_MAXDATABASESIZE = "MsSQL2000.MaxDatabaseSize"; // Max Database Size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue