Fix archiving

This commit is contained in:
dev_amdtel 2014-05-16 18:33:08 +04:00
parent 56cf823559
commit b820a28f85
15 changed files with 209 additions and 77 deletions

View file

@ -973,7 +973,7 @@ namespace WebsitePanel.Import.Enterprise
mailEnabledPublicFolder,
mailboxManagerActions,
samAccountName,
CryptoUtils.Encrypt(accountPassword), 0, -1, string.Empty);
CryptoUtils.Encrypt(accountPassword), 0, -1, string.Empty, false);
}
}
}