Exchange archiving part 1
This commit is contained in:
parent
fac1310362
commit
eea7d1ce6a
36 changed files with 3581 additions and 4237 deletions
|
@ -155,5 +155,21 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return this.notes; }
|
||||
set { this.notes = value; }
|
||||
}
|
||||
|
||||
int archivingMailboxPlanId;
|
||||
public int ArchivingMailboxPlanId
|
||||
{
|
||||
get { return this.archivingMailboxPlanId; }
|
||||
set { this.archivingMailboxPlanId = value; }
|
||||
}
|
||||
|
||||
string archivingMailboxPlan;
|
||||
public string ArchivingMailboxPlan
|
||||
{
|
||||
get { return this.archivingMailboxPlan; }
|
||||
set { this.archivingMailboxPlan = value; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue