diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/ExchangeServer/ExchangeServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/ExchangeServer/ExchangeServerController.cs index 988fa45d..9e8665bb 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/ExchangeServer/ExchangeServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/ExchangeServer/ExchangeServerController.cs @@ -1761,8 +1761,8 @@ namespace WebsitePanel.EnterpriseServer { // update OAB // check if this is the first mailbox within the organization - // if (GetAccounts(itemId, ExchangeAccountType.Mailbox).Count == 1) - // exchange.UpdateOrganizationOfflineAddressBook(org.OfflineAddressBook); + if (GetAccounts(itemId, ExchangeAccountType.Mailbox).Count == 1) + exchange.UpdateOrganizationOfflineAddressBook(org.OfflineAddressBook); } catch (Exception ex) {