Skip to content

Commit 39f5c80

Browse files
authored
Merge pull request #12715 from Marijnsomers/patch-1
Update Set-OwaMailboxPolicy.md
2 parents 3751816 + 9f11d98 commit 39f5c80

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

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

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,12 @@ Accept wildcard characters: False
17501750
### -OutlookNewslettersAccessLevel
17511751
This parameter is available only in the cloud-based service.
17521752

1753-
{{ Fill OutlookNewslettersAccessLevel Description }}
1753+
The OutlookNewslettersAccessLevelAccess parameter specifies the access level in Outlook Newsletters. Valid values are:
1754+
1755+
- NoAccess: No access to Outlook Newsletters in the New Outlook for Windows or Outlook on the web. Users can still read email messages sent or forwarded to them.
1756+
- ReadOnly: Read newsletters and browse pages in Outlook Newsletters.
1757+
- ReadWrite: Full authoring permissions to create pages and newsletters in Outlook Newsletters.
1758+
- Undefined: This is the default value. Currently, this value is equivalent to NoAccess.
17541759

17551760
```yaml
17561761
Type: OutlookNewslettersAccessLevel
@@ -1768,9 +1773,9 @@ Accept wildcard characters: False
17681773
### -OutlookDataFile
17691774
This parameter is available only in the cloud-based service.
17701775

1771-
The OutlookDataFile paramater specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
1776+
The OutlookDataFile parameter specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
17721777

1773-
- Allow: The defaul value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
1778+
- Allow: The default value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
17741779
- NoExport: Users can't export from a mailbox to a .pst file.
17751780
- NoExportNoGrow: Users can't export from a mailbox to a .pst file, or copy items from a mailbox to a .pst file.
17761781
- NoExportNoOpen: Users can't export from a mailbox to a .pst file, or open new .pst files.
@@ -1793,7 +1798,12 @@ Accept wildcard characters: False
17931798
### -OutlookNewslettersReactions
17941799
This parameter is available only in the cloud-based service.
17951800

1796-
{{ Fill OutlookNewslettersReactions Description }}
1801+
The OutlookNewslettersReactions parameter specifies whether reactions are enabled in Outlook Newsletters. Readers can react to individual sections or the entire newsletter. They can also comment using integrated controls at the end of the newsletter. Valid values are:
1802+
1803+
- DefaultOff: The controls are turned off.
1804+
- DefaultOn: The controls are turned on.
1805+
- Disabled: The controls are disabled for users.
1806+
- Undefined: This is the default value.
17971807

17981808
```yaml
17991809
Type: OutlookNewslettersFeatureState
@@ -1811,7 +1821,14 @@ Accept wildcard characters: False
18111821
### -OutlookNewslettersShowMore
18121822
This parameter is available only in the cloud-based service.
18131823

1814-
{{ Fill OutlookNewslettersShowMore Description }}
1824+
The OutlookNewslettersShowMore parameter specifies whether recommendations to other Outlook Newsletters are included in the footer of published newsletter editions. Valid values are:
1825+
1826+
- DefaultOff: Recommendations are turned off.
1827+
- DefaultOn: Recommendations are turned on.
1828+
- Disabled: Recommendations are disabled for users.
1829+
- Undefined: This is the default value.
1830+
1831+
Authors can disable these recommendations for each individual newsletter edition, or admins can use this parameter to globally disable these recommendations.
18151832

18161833
```yaml
18171834
Type: OutlookNewslettersFeatureState
@@ -1830,7 +1847,7 @@ Accept wildcard characters: False
18301847
The OWALightEnabled parameter controls the availability of the light version of Outlook on the web. Valid values are:
18311848

18321849
- $true: The light version of Outlook on the web is available. This is the default value.
1833-
- $false: The light version of Outlook on the web is isn't available. This setting prevents access to Outlook on the web for unsupported browsers that can only use the light version of Outlook on the web.
1850+
- $false: The light version of Outlook on the web isn't available. This setting prevents access to Outlook on the web for unsupported browsers that can only use the light version of Outlook on the web.
18341851

18351852
```yaml
18361853
Type: Boolean

0 commit comments

Comments
 (0)