Significant amount of changes to hosted organizations and exchange:
Exchange 2010 SP2 provisioning separated through a new provider Exchange 2010 SP2 now compliant with product group guidelines Support for Database Availability Group Fixed Distribution List view scope to only tenant Consumer support (individual mailboxes as hotmail) added Mailbox configuration moved to mailbox plans concept CN creation is now based on UPN sAMAccountName generation revised and decoupled from tenant name 2007 (ACL Based), 2010 (ACL Bases), 2010 SP2 (ABP) supported Automated Hosted Organization provisioning added to create hosting space Enterprise Server webservice extended with ImportMethod Mobile tab fixed Added more information to users listview
This commit is contained in:
parent
2f8a580846
commit
50f2c43315
194 changed files with 12994 additions and 9755 deletions
|
@ -37,6 +37,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
private int accountId;
|
||||
private int itemId;
|
||||
private int packageId;
|
||||
private string subscriberNumber;
|
||||
|
||||
private string primaryEmailAddress;
|
||||
private string accountPassword;
|
||||
|
@ -298,5 +299,13 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
set { isBlackBerryUser = value; }
|
||||
}
|
||||
|
||||
public string SubscriberNumber
|
||||
{
|
||||
get { return subscriberNumber; }
|
||||
set { subscriberNumber = value; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue