Skip to content

Commit 98f1027

Browse files
authored
Merge pull request MicrosoftDocs#6175 from dariomws/patch-190
Added MacOutlookEnabled to Set-CASMailbox.md
2 parents 3fb7ad2 + 341ddd5 commit 98f1027

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Set-CASMailbox [-Identity] <MailboxIdParameter>
5151
[-ImapSuppressReadReceipt <Boolean>]
5252
[-ImapUseProtocolDefaults <Boolean>]
5353
[-IsOptimizedForAccessibility <Boolean>]
54+
[-MacOutlookEnabled <Boolean>]
5455
[-MAPIBlockOutlookExternalConnectivity <Boolean>]
5556
[-MAPIBlockOutlookNonCachedMode <Boolean>]
5657
[-MAPIBlockOutlookRpcHttp <Boolean>]
@@ -763,6 +764,26 @@ Accept pipeline input: False
763764
Accept wildcard characters: False
764765
```
765766
767+
### -MacOutlookEnabled
768+
This parameter is available only in the cloud-based service.
769+
770+
The MacOutlookEnabled parameter enables or disables access to the mailbox by using Outlook for Mac.
771+
772+
Valid input for this parameter is $true or $false. The default value is $true.
773+
774+
```yaml
775+
Type: Boolean
776+
Parameter Sets: (All)
777+
Aliases:
778+
Applicable: Exchange Online
779+
780+
Required: False
781+
Position: Named
782+
Default value: None
783+
Accept pipeline input: False
784+
Accept wildcard characters: False
785+
```
786+
766787
### -MAPIBlockOutlookNonCachedMode
767788
This parameter is available only in on-premises Exchange.
768789

0 commit comments

Comments
 (0)