Merge
This commit is contained in:
commit
a09ec13f81
1 changed files with 9 additions and 8 deletions
|
@ -3092,8 +3092,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
long archiveQuotaKB = 0;
|
||||
long archiveWarningQuotaKB = 0;
|
||||
string RetentionPolicy = "";
|
||||
if (retentionPolicyId > 0)
|
||||
{
|
||||
|
||||
ExchangeMailboxPlan mailboxPlan = GetExchangeMailboxPlan(itemId, mailboxPlanId);
|
||||
if ( mailboxPlan != null)
|
||||
{
|
||||
|
@ -3102,6 +3101,8 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
|
||||
|
||||
if (retentionPolicyId > 0)
|
||||
{
|
||||
ExchangeMailboxPlan retentionPolicy = GetExchangeMailboxPlan(itemId, retentionPolicyId);
|
||||
if (retentionPolicy != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue