Few adjustment with regard to accountName
This commit is contained in:
parent
695c0bc94f
commit
86d64a71e3
3 changed files with 4 additions and 4 deletions
|
@ -4766,7 +4766,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
int exchangeServiceId = GetExchangeServiceID(org.PackageId);
|
||||
ExchangeServer exchange = GetExchangeServer(exchangeServiceId, org.ServiceId);
|
||||
|
||||
return exchange.GetMobileDevices(account.AccountName);
|
||||
return exchange.GetMobileDevices(account.UserPrincipalName);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue