Exchange archiving part 1
This commit is contained in:
parent
fac1310362
commit
eea7d1ce6a
36 changed files with 3581 additions and 4237 deletions
|
@ -209,5 +209,12 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return this.litigationHoldMsg; }
|
||||
set { this.litigationHoldMsg = value; }
|
||||
}
|
||||
|
||||
bool archiving;
|
||||
public bool Archiving
|
||||
{
|
||||
get { return this.archiving; }
|
||||
set { this.archiving = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue