Fixed Instant Aliases: now showing up at website, webpointers, accepted domains,

and sharepoint site creation
This commit is contained in:
robvde 2012-09-29 19:06:55 +04:00
parent 078d897bf8
commit c69a465370
11 changed files with 17 additions and 105 deletions

View file

@ -42,7 +42,7 @@ namespace WebsitePanel.Portal.ExchangeServer
foreach (DomainInfo d in domains)
{
if (!d.IsDomainPointer & !d.IsInstantAlias)
if (!d.IsDomainPointer)
{
bool bAdd = true;
foreach (OrganizationDomainName acceptedDomain in list)