Few adjustment with regard to accountName
This commit is contained in:
parent
695c0bc94f
commit
86d64a71e3
3 changed files with 4 additions and 4 deletions
|
@ -444,12 +444,12 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution
|
|||
try
|
||||
{
|
||||
|
||||
stats = exchange.GetMailboxStatistics(mailbox.AccountName);
|
||||
stats = exchange.GetMailboxStatistics(mailbox.UserPrincipalName);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
TaskManager.WriteError(ex, "Could not get mailbox statistics. AccountName: {0}",
|
||||
mailbox.AccountName);
|
||||
mailbox.UserPrincipalName);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue