WebDav explorer [Beta]
This commit is contained in:
parent
6c6b4b29a5
commit
3396e34c8e
27 changed files with 2119 additions and 1713 deletions
|
@ -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