Exchange Module: Add ability to manage all built-in security types in public folder management.
This commit is contained in:
parent
5326d4ff26
commit
a62703d32f
22 changed files with 3680 additions and 2763 deletions
|
@ -515,10 +515,10 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
[WebMethod]
|
||||
public int SetPublicFolderGeneralSettings(int itemId, int accountId, string newName,
|
||||
bool hideAddressBook, string[] authorAccounts)
|
||||
bool hideAddressBook, ExchangeAccount[] accounts)
|
||||
{
|
||||
return ExchangeServerController.SetPublicFolderGeneralSettings(itemId, accountId, newName,
|
||||
hideAddressBook, authorAccounts);
|
||||
hideAddressBook, accounts);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue