Fixed wsp-10166 enable resource attendant for resource mailboxes

Fixed Exchange 2010 SP2 autodetect
This commit is contained in:
robvde 2013-05-19 21:39:14 +04:00
parent 544c28a817
commit 25252051b5
3 changed files with 25 additions and 2 deletions

View file

@ -1892,7 +1892,7 @@ namespace WebsitePanel.Providers.HostedSolution
//calendar settings
if (accountType == ExchangeAccountType.Equipment || accountType == ExchangeAccountType.Room)
{
//SetCalendarSettings(runSpace, id);
SetCalendarSettings(runSpace, id);
}
ret = string.Format("{0}\\{1}", GetNETBIOSDomainName(), accountName);