Added litigation hold feature for exchange
This commit is contained in:
parent
95ca048684
commit
dfe54e7f16
20 changed files with 229 additions and 102 deletions
|
@ -59,6 +59,8 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
bool allowLitigationHold;
|
||||
int recoverableItemsWarningPct;
|
||||
int recoverableItemsSpace;
|
||||
string litigationHoldUrl;
|
||||
string litigationHoldMsg;
|
||||
|
||||
|
||||
public int ItemId
|
||||
|
@ -196,5 +198,16 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
set { this.recoverableItemsSpace = value; }
|
||||
}
|
||||
|
||||
public string LitigationHoldUrl
|
||||
{
|
||||
get { return this.litigationHoldUrl; }
|
||||
set { this.litigationHoldUrl = value; }
|
||||
}
|
||||
|
||||
public string LitigationHoldMsg
|
||||
{
|
||||
get { return this.litigationHoldMsg; }
|
||||
set { this.litigationHoldMsg = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue