Fix archiving

This commit is contained in:
dev_amdtel 2014-05-15 20:52:56 +04:00
parent 2170367f8f
commit 56cf823559
19 changed files with 371 additions and 179 deletions

View file

@ -55,5 +55,11 @@ namespace WebsitePanel.Providers.HostedSolution
public ExchangeAccountType MailboxType { get; set; }
public bool BlackberryEnabled { get; set; }
public string MailboxPlan { get; set; }
public long ArchivingTotalSize { get; set; }
public long ArchivingTotalItems { get; set; }
public long ArchivingMaxSize { get; set; }
}
}