Exchange2013 DefaultPublicFolderMailbox fix
This commit is contained in:
parent
2f3c726b69
commit
de81e92300
5 changed files with 210 additions and 99 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue