How to allow Anonymous users to be allowed to send email to a public folder.
Exchange Powershell
connect-exchangeonline
Login with Global Account
Add-PublicFolderClientPermission “\yourfoldername” -AccessRights CreateItems -User Anonymous
How to allow Anonymous users to be allowed to send email to a public folder.
Exchange Powershell
connect-exchangeonline
Login with Global Account
Add-PublicFolderClientPermission “\yourfoldername” -AccessRights CreateItems -User Anonymous
Tags:
Comments are closed