Skip to content

Commit 9f11d98

Browse files
authored
Update Set-OwaMailboxPolicy.md
1 parent 71c400f commit 9f11d98

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

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

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

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.
1753+
The OutlookNewslettersAccessLevelAccess parameter specifies the access level in Outlook Newsletters. Valid values are:
17581754

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.
17591759

17601760
```yaml
17611761
Type: OutlookNewslettersAccessLevel
@@ -1798,15 +1798,12 @@ Accept wildcard characters: False
17981798
### -OutlookNewslettersReactions
17991799
This parameter is available only in the cloud-based service.
18001800

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.
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:
18041802

1805-
Valid values are:
1806-
- Undefined: The default value.
1807-
- DefaultOn: The controls are turned on.
18081803
- DefaultOff: The controls are turned off.
1804+
- DefaultOn: The controls are turned on.
18091805
- Disabled: The controls are disabled for users.
1806+
- Undefined: This is the default value.
18101807

18111808
```yaml
18121809
Type: OutlookNewslettersFeatureState
@@ -1824,15 +1821,14 @@ Accept wildcard characters: False
18241821
### -OutlookNewslettersShowMore
18251822
This parameter is available only in the cloud-based service.
18261823

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.
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.
18361832

18371833
```yaml
18381834
Type: OutlookNewslettersFeatureState

0 commit comments

Comments
 (0)