Exchange2013 DefaultPublicFolderMailbox fix

This commit is contained in:
dev_amdtel 2014-10-25 03:02:08 +04:00
parent 2f3c726b69
commit de81e92300
5 changed files with 210 additions and 99 deletions

View file

@ -4860,12 +4860,10 @@ namespace WebsitePanel.Providers.HostedSolution
return null;
}
public bool SetDefaultPublicFolderMailbox(string id, string organizationId, string organizationDistinguishedName, out string oldValue, out string newValue)
public string[] SetDefaultPublicFolderMailbox(string id, string organizationId, string organizationDistinguishedName)
{
// not implemented
oldValue = null;
newValue = null;
return false;
return null;
}