Exchange archiving part 2
This commit is contained in:
parent
d625af5f7b
commit
4f500a356a
18 changed files with 122 additions and 61 deletions
|
@ -216,5 +216,12 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return this.archiving; }
|
||||
set { this.archiving = value; }
|
||||
}
|
||||
|
||||
bool enableArchiving;
|
||||
public bool EnableArchiving
|
||||
{
|
||||
get { return this.enableArchiving; }
|
||||
set { this.enableArchiving = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue