Partial checkin on litigation hold
This commit is contained in:
parent
65594c80cc
commit
61d803b26b
16 changed files with 243 additions and 72 deletions
|
@ -2110,7 +2110,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
return cn;
|
||||
}
|
||||
|
||||
private ExchangeAccount GetManager(DirectoryEntry entry)
|
||||
internal virtual ExchangeAccount GetManager(DirectoryEntry entry)
|
||||
{
|
||||
ExchangeAccount retUser = null;
|
||||
string path = ActiveDirectoryUtils.GetADObjectStringProperty(entry, ADAttributes.Manager);
|
||||
|
@ -2129,7 +2129,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
return retUser;
|
||||
}
|
||||
|
||||
private ExchangeMailbox GetMailboxGeneralSettingsInternal(string accountName)
|
||||
internal virtual ExchangeMailbox GetMailboxGeneralSettingsInternal(string accountName)
|
||||
{
|
||||
ExchangeLog.LogStart("GetMailboxGeneralSettingsInternal");
|
||||
ExchangeLog.DebugInfo("Account: {0}", accountName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue