Reverses change applied for OAB related issues

This commit is contained in:
robvde 2013-01-09 08:12:45 +04:00
parent affb690860
commit f5a5743475

View file

@ -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)
{