fix exchange 2013 public folders
This commit is contained in:
parent
9b055347ba
commit
f7de166409
1 changed files with 4 additions and 0 deletions
|
@ -4402,6 +4402,10 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
if (mailEnabled)
|
if (mailEnabled)
|
||||||
{
|
{
|
||||||
EnableMailPublicFolderInternal(organizationId, id, accountName, name, domain);
|
EnableMailPublicFolderInternal(organizationId, id, accountName, name, domain);
|
||||||
|
|
||||||
|
// exchange transport needs access to create new items in order to deliver email
|
||||||
|
AddPublicFolderClientPermission(runSpace, parentFolder, "Anonymous", "CreateItems");
|
||||||
|
AddPublicFolderClientPermission(runSpace, id, "Anonymous", "CreateItems");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue