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

@ -102,6 +102,8 @@ namespace WebsitePanel.Providers.HostedSolution
long recoverabelItemsSpace;
long recoverabelItemsWarning;
string exchangeGuid;
public string DisplayName
@ -424,5 +426,12 @@ namespace WebsitePanel.Providers.HostedSolution
set { this.recoverabelItemsWarning = value; }
}
public string ExchangeGuid
{
get { return this.exchangeGuid; }
set { this.exchangeGuid = value; }
}
}
}