Fixed: Lync error => You are not allowed to access this package
This commit is contained in:
parent
79c851ef3b
commit
43e4d83457
2 changed files with 15 additions and 5 deletions
|
@ -584,12 +584,12 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution
|
|||
|
||||
if ((Packages != null) & (Packages.Count > 0))
|
||||
{
|
||||
orgs = ExchangeServerController.GetExchangeOrganizations(Packages[0].PackageId, false);
|
||||
orgs = ExchangeServerController.GetExchangeOrganizationsInternal(Packages[0].PackageId, false);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
orgs = ExchangeServerController.GetExchangeOrganizations(1, false);
|
||||
orgs = ExchangeServerController.GetExchangeOrganizationsInternal(1, false);
|
||||
}
|
||||
|
||||
int OrgId = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue