File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Set-CASMailbox [-Identity] <MailboxIdParameter>
51
51
[-ImapSuppressReadReceipt <Boolean>]
52
52
[-ImapUseProtocolDefaults <Boolean>]
53
53
[-IsOptimizedForAccessibility <Boolean>]
54
+ [-MacOutlookEnabled <Boolean>]
54
55
[-MAPIBlockOutlookExternalConnectivity <Boolean>]
55
56
[-MAPIBlockOutlookNonCachedMode <Boolean>]
56
57
[-MAPIBlockOutlookRpcHttp <Boolean>]
@@ -763,6 +764,26 @@ Accept pipeline input: False
763
764
Accept wildcard characters : False
764
765
` ` `
765
766
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
+
766
787
### -MAPIBlockOutlookNonCachedMode
767
788
This parameter is available only in on-premises Exchange.
768
789
You can’t perform that action at this time.
0 commit comments