Fixed Instant Aliases: now showing up at website, webpointers, accepted domains,
and sharepoint site creation
This commit is contained in:
parent
078d897bf8
commit
c69a465370
11 changed files with 17 additions and 105 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue