Reverses change applied for OAB related issues
This commit is contained in:
parent
affb690860
commit
f5a5743475
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue