fixed bugs
This commit is contained in:
parent
9dbbd48313
commit
ba708deb3a
8 changed files with 265 additions and 71 deletions
|
@ -2336,7 +2336,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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue