wsp-10106: Implement Exchange Tenant Disclaimer.
This commit is contained in:
parent
eee5d732fb
commit
0ec87fc5f4
28 changed files with 11296 additions and 7215 deletions
|
@ -818,10 +818,24 @@ namespace WebsitePanel.Server
|
|||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region Disclaimers
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public int NewDisclaimerTransportRule(string Name, string From, string Text)
|
||||
{
|
||||
return ES.NewDisclaimerTransportRule(Name, From, Text);
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public int RemoveTransportRule(string Name)
|
||||
{
|
||||
return ES.RemoveTransportRule(Name);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Folders
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public void CreatePublicFolder(string organizationDistinguishedName, string organizationId, string securityGroup, string parentFolder,
|
||||
string folderName, bool mailEnabled, string accountName, string name, string domain)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue