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