Some of my users send emails as our shared mailbox, but I need to be able to CC a repository I have setup which is a public folder. It appears that this shared mailbox does not have "create" access. I've tried to give the shared mailbox permissions
to the PF by using the name and smtp address, but neither worked. Even if I set anonymous to "create" it doesn't allow messages in. (I tried to remove the anonymous account then re-add it with "create items":
Add-PublicFolderClientPermission "\Repository" -AccessRights CreateItems -User Anonymous
Remove-PublicFolderClientPermission "\Repository" -User Anonymous
I'm still not able to email into this public folder when I send "from" one of my shared mailboxes.
Any Ideas?