wsp-10156 Exchange 2013 Display GUID is now displayed in mailbox properties

This commit is contained in:
robvde 2013-10-28 22:15:38 +04:00
parent 64d4b1ba30
commit eca17e1924
6 changed files with 64 additions and 28 deletions

View file

@ -2296,6 +2296,7 @@ namespace WebsitePanel.Providers.HostedSolution
info.DisplayName = (string)GetPSObjectProperty(mailbox, "DisplayName");
info.HideFromAddressBook = (bool)GetPSObjectProperty(mailbox, "HiddenFromAddressListsEnabled");
info.ExchangeGuid = GetPSObjectProperty(mailbox, "ExchangeGuid").ToString();
Command cmd = new Command("Get-User");