Merge
This commit is contained in:
commit
5ee5167da9
7 changed files with 689 additions and 478 deletions
|
@ -1492,7 +1492,6 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
private static bool AccountExists(string accountName, int ServiceId)
|
||||
{
|
||||
|
||||
if (!DataProvider.ExchangeAccountExists(accountName))
|
||||
{
|
||||
Organizations orgProxy = GetOrganizationProxy(ServiceId);
|
||||
|
@ -1503,6 +1502,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
else
|
||||
return true;
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static int DeleteUser(int itemId, int accountId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue