exchange 2013: fix public folder permission

This commit is contained in:
dev_amdtel 2014-11-17 23:38:49 +03:00
parent 2cecf7f8d6
commit 58cc51217b

View file

@ -4790,6 +4790,10 @@ namespace WebsitePanel.Providers.HostedSolution
}
CheckOrganizationRootPublicFolderPermission(runSpace, organizationId);
// exchange transport needs access to create new items in order to deliver email
AddPublicFolderClientPermission(runSpace, folder, "Anonymous", "CreateItems");
}
finally
{