This commit is contained in:
Virtuworks 2013-09-13 10:48:42 -04:00
commit 32c72addac
8 changed files with 265 additions and 71 deletions

View file

@ -2341,7 +2341,7 @@ namespace WebsitePanel.EnterpriseServer
foreach (ExchangeAccount user in securityGroup.MembersAccounts)
{
OrganizationUser userAccount = GetAccountByAccountName(itemId, user.SamAccountName);
OrganizationUser userAccount = GetAccountByAccountName(itemId, user.AccountName);
if (userAccount != null)
{