Merge
This commit is contained in:
commit
a73635537a
2961 changed files with 73947 additions and 9088 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2012-2014, Outercurve Foundation.
|
||||
// Copyright (c) 2015, Outercurve Foundation.
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -205,6 +205,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return ExchangeServerController.GetAccount(itemId, accountId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public ExchangeAccount GetAccountByAccountNameWithoutItemId(string accountName)
|
||||
{
|
||||
return ExchangeServerController.GetAccountByAccountName(accountName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public ExchangeAccount SearchAccount(ExchangeAccountType accountType, string primaryEmailAddress)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue