Exchange archiving part 2

This commit is contained in:
dev_amdtel 2014-04-02 14:44:15 +04:00
parent d625af5f7b
commit 4f500a356a
18 changed files with 122 additions and 61 deletions

View file

@ -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; }
}
}
}