Skip to content

Commit 56b959c

Browse files
authored
Merge pull request MicrosoftDocs#9840 from Benny-54/patch-1
Update Set-OwaMailboxPolicy.md
2 parents 67846fe + ac055ff commit 56b959c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
8484
[-NpsSurveysEnabled <Boolean>]
8585
[-OrganizationEnabled <Boolean>]
8686
[-OneDriveAttachmentsEnabled <Boolean>]
87+
[-OneWinNativeOutlookEnabled <System.Boolean>]
8788
[-OnSendAddinsEnabled <Boolean>]
8889
[-OutboundCharset <OutboundCharsetOptions>]
8990
[-OutlookBetaToggleEnabled <Boolean>]
@@ -1470,6 +1471,27 @@ Accept pipeline input: False
14701471
Accept wildcard characters: False
14711472
```
14721473

1474+
### -OneWinNativeOutlookEnabled
1475+
This parameter is available only in the cloud-based service.
1476+
1477+
The OneWinNativeOutlookEnabled parameter controls the availability of the new Outlook for Windows App. Valid values are:
1478+
1479+
- $true: The New Outlook for Windows App is available. This is the default value.
1480+
- $false: The new Outlook for Windows App isn't available.
1481+
1482+
```yaml
1483+
Type: System.Boolean
1484+
Parameter Sets: (All)
1485+
Aliases:
1486+
Applicable: Exchange Online
1487+
1488+
Required: False
1489+
Position: Named
1490+
Default value: None
1491+
Accept pipeline input: False
1492+
Accept wildcard characters: False
1493+
```
1494+
14731495
### -OnSendAddinsEnabled
14741496
The OnSendAddinsEnabled parameter specifies whether to enable or disable on send add-ins in Outlook on the web (add-ins that support events when a user clicks Send). Valid values are:
14751497

0 commit comments

Comments
 (0)