wsp-10156 Exchange 2013 Display GUID is now displayed in mailbox properties
This commit is contained in:
parent
64d4b1ba30
commit
eca17e1924
6 changed files with 64 additions and 28 deletions
|
@ -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; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue