Skip to content

Commit 71c400f

Browse files
authored
Update Set-OwaMailboxPolicy.md
update on -OutlookNewslettersShowMore update on -OutlookNewslettersReactions update on OutlookNewslettersAccessLevel Typos in -OutlookDataFile and OWALightEnabled
1 parent 3751816 commit 71c400f

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

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

Lines changed: 27 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+
Access to Outlook Newsletters is managed using the OwaMailboxPolicy.OutlookNewslettersAccessLevel property. Valid values are:
1754+
1755+
- Undefined – If the value is undefined (never explicitly set by your organization's administrator), the Microsoft 365 service defaults to NoAccess while Outlook Newsletters is in Preview and to ReadWrite when it reaches global availability.
1756+
- ReadWrite – User has full authoring permissions to create pages and newsletters in the Outlook Newsletters module.
1757+
- ReadOnly – User can read newsletters and browse pages in the Outlook Newsletters module. NoAccess – the user can't access the Outlook Newsletters module in the New Outlook for Windows or Outlook for the Web. They can still read any email messages sent or forwarded to them in Mail.
1758+
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,15 @@ Accept wildcard characters: False
17931798
### -OutlookNewslettersReactions
17941799
This parameter is available only in the cloud-based service.
17951800

1796-
{{ Fill OutlookNewslettersReactions Description }}
1801+
Outlook Newsletters include features that let readers engage with published content.
1802+
Readers can react to individual sections or the entire newsletter, similar to a typical Outlook email.
1803+
They can also comment using integrated controls at the end of the newsletter.
1804+
1805+
Valid values are:
1806+
- Undefined: The default value.
1807+
- DefaultOn: The controls are turned on.
1808+
- DefaultOff: The controls are turned off.
1809+
- Disabled: The controls are disabled for users.
17971810

17981811
```yaml
17991812
Type: OutlookNewslettersFeatureState
@@ -1811,7 +1824,15 @@ Accept wildcard characters: False
18111824
### -OutlookNewslettersShowMore
18121825
This parameter is available only in the cloud-based service.
18131826

1814-
{{ Fill OutlookNewslettersShowMore Description }}
1827+
Newsletter editions by default include recommendations to other content published with Outlook Newsletters to encourage greater readership in your organization.
1828+
Such recommendations are included in the footer of published newsletter editions.
1829+
Authors can disable these recommendations for each individual newsletter edition as they're published, or the administrator can disable these recommendations for a set of users or the entire organization**
1830+
**
1831+
Valid values are:
1832+
- Undefined: The default value.
1833+
- DefaultOn: The recommendations are turned on.
1834+
- DefaultOff: The recommendations are turned off.
1835+
- Disabled: The recommendations are disabled for users.
18151836

18161837
```yaml
18171838
Type: OutlookNewslettersFeatureState
@@ -1830,7 +1851,7 @@ Accept wildcard characters: False
18301851
The OWALightEnabled parameter controls the availability of the light version of Outlook on the web. Valid values are:
18311852

18321853
- $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.
1854+
- $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.
18341855

18351856
```yaml
18361857
Type: Boolean

0 commit comments

Comments
 (0)