Skip to content

Commit 37cc2a3

Browse files
authored
Merge pull request #10748 from iserrano76/patch-1
Updated PublicFolderClientAccess parameter
2 parents 76f9d82 + 5b63293 commit 37cc2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Set-CASMailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@ Accept wildcard characters: False
11551155
### -PublicFolderClientAccess
11561156
The PublicFolderClientAccess parameter enables or disables access to public folders in Microsoft Outlook. Valid values are:
11571157

1158-
- $true: The user can access public folders in Outlook if the PublicFolderShowClientControl parameter on the Set-OrganizationConfig cmdlet is set to the $true (the default value is $false).
1159-
- $false: The user can't access public folders in Outlook. This is the default value.
1158+
- $true: The user can access public folders in Outlook if the value of the PublicFolderShowClientControl parameter on the Set-OrganizationConfig cmdlet is $true (the default value is $false).
1159+
- $false: The user can't access public folders in Outlook if the value of the PublicFolderShowClientControl parameter on the Set-OrganizationConfig cmdlet is $true. This is the default value.
11601160

11611161
```yaml
11621162
Type: Boolean

0 commit comments

Comments
 (0)