Re-test 10046
This commit is contained in:
parent
ab842a3865
commit
3675d570ad
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
|
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
|
||||||
|
|
||||||
if (orgStatsExchange.AllocatedMailboxes == -1)
|
if ((orgStatsExchange.AllocatedMailboxes != -1) == false)
|
||||||
{
|
{
|
||||||
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
|
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
|
||||||
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
|
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue