From f5a5743475f585df86050b182ffffef51ec2d7ea Mon Sep 17 00:00:00 2001 From: robvde Date: Wed, 9 Jan 2013 08:12:45 +0400 Subject: [PATCH] Reverses change applied for OAB related issues --- .../Code/ExchangeServer/ExchangeServerController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {