deleted users archiving
This commit is contained in:
parent
45462971d2
commit
26a050a3e5
78 changed files with 13755 additions and 9774 deletions
|
@ -338,6 +338,18 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return ExchangeServerController.SetMailboxPermissions(itemId, accountId, sendAsaccounts, fullAccessAcounts);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int ExportMailBox(int itemId, int accountId, string path)
|
||||
{
|
||||
return ExchangeServerController.ExportMailBox(itemId, accountId, path);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int SetDeletedMailbox(int itemId, int accountId)
|
||||
{
|
||||
return ExchangeServerController.SetDeletedMailbox(itemId, accountId);
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue