Retest wsp-10046
This commit is contained in:
parent
50b0f73525
commit
2ad89f330a
1 changed files with 6 additions and 6 deletions
|
@ -1123,14 +1123,14 @@ namespace WebsitePanel.EnterpriseServer
|
|||
if (!string.IsNullOrEmpty(org.GlobalAddressList))
|
||||
{
|
||||
ExchangeServerController.AddAuthoritativeDomain(itemId, domain.DomainId);
|
||||
}
|
||||
|
||||
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
|
||||
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
|
||||
|
||||
if ((orgStatsExchange.AllocatedMailboxes > -1) == false)
|
||||
{
|
||||
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
|
||||
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
|
||||
}
|
||||
if (orgStatsExchange.AllocatedMailboxes == -1)
|
||||
{
|
||||
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
|
||||
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
|
||||
}
|
||||
|
||||
if (org.IsOCSOrganization)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue