Commit Various changes from Robvde
This commit is contained in:
commit
dded387351
14 changed files with 563 additions and 67 deletions
|
@ -236,12 +236,19 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
|
||||
|
||||
[WebMethod]
|
||||
public ExchangeMailbox GetMailboxAdvancedSettings(int itemId, int accountId)
|
||||
{
|
||||
return ExchangeServerController.GetMailboxAdvancedSettings(itemId, accountId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public ExchangeMailbox GetMailboxGeneralSettings(int itemId, int accountId)
|
||||
{
|
||||
return ExchangeServerController.GetMailboxGeneralSettings(itemId, accountId);
|
||||
}
|
||||
|
||||
|
||||
[WebMethod]
|
||||
public int SetMailboxGeneralSettings(int itemId, int accountId, bool hideAddressBook, bool disabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue