Exchange2013 Creating org public folders when creating organization and interface for set DefaultPublicFolderMailbox

This commit is contained in:
dev_amdtel 2014-10-24 06:48:51 +04:00
parent b3dc88fe86
commit 2f3c726b69
7 changed files with 245 additions and 3 deletions

View file

@ -4854,6 +4854,21 @@ namespace WebsitePanel.Providers.HostedSolution
return size;
}
public string CreateOrganizationRootPublicFolder(string organizationId, string organizationDistinguishedName, string securityGroup, string organizationDomain)
{
// not implemented
return null;
}
public bool SetDefaultPublicFolderMailbox(string id, string organizationId, string organizationDistinguishedName, out string oldValue, out string newValue)
{
// not implemented
oldValue = null;
newValue = null;
return false;
}
#endregion
#region Address Lists (GAL, AL, RAL, OAB, ABP)