Contact with e-mail address a@b.cz exists in tenant X.

User with e-mail address a@b.cz exists in tenant Y.

Tenant Y wants to create new distribution list and set a@b.cz as a manager of
this DL. Error appears when clicking on Create New distribution list button.

System.Web.Services.Protocols.SoapException: Server was unable to process
request. ---> System.Exception: Error executing 'CREATE_DISTR_LIST' task on ''
EXCHANGE ---> System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --->
Microsoft.Exchange.Configuration.Tasks.ThrowTerminatingErrorException:
There are multiple recipients matching the identity "a@b.cz".
Please specify a unique value.
This commit is contained in:
robvde 2012-09-01 09:38:08 +04:00
parent 9ade5f08a9
commit 82e0b5e59c

View file

@ -3189,7 +3189,7 @@ namespace WebsitePanel.EnterpriseServer
displayName, displayName,
accountName, accountName,
name, name,
domain, manager.AccountName, addressLists.ToArray()); domain, manager.SamAccountName, addressLists.ToArray());
ExchangeDistributionList dl = exchange.GetDistributionListGeneralSettings(accountName); ExchangeDistributionList dl = exchange.GetDistributionListGeneralSettings(accountName);