Exchange2013 Creating org public folders when creating organization and interface for set DefaultPublicFolderMailbox
This commit is contained in:
parent
b3dc88fe86
commit
2f3c726b69
7 changed files with 245 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue