Disabled Offline Address Book Generation after creating first mailbox
This commit is contained in:
parent
e2c94261c6
commit
affb690860
1 changed files with 2 additions and 2 deletions
|
@ -1761,8 +1761,8 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
{
|
{
|
||||||
// update OAB
|
// update OAB
|
||||||
// check if this is the first mailbox within the organization
|
// check if this is the first mailbox within the organization
|
||||||
if (GetAccounts(itemId, ExchangeAccountType.Mailbox).Count == 1)
|
// if (GetAccounts(itemId, ExchangeAccountType.Mailbox).Count == 1)
|
||||||
exchange.UpdateOrganizationOfflineAddressBook(org.OfflineAddressBook);
|
// exchange.UpdateOrganizationOfflineAddressBook(org.OfflineAddressBook);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue