Skip to content

Commit d27225a

Browse files
authored
Merge pull request MicrosoftDocs#5824 from MicrosoftDocs/ExtOut-chrisda
ExtOut-chrisda to Mater
2 parents 0a9739d + fe67601 commit d27225a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Set-OrganizationConfig
5959
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
6060
[-ElcProcessingDisabled <Boolean>]
6161
[-EndUserDLUpgradeFlowsDisabled <Boolean>]
62+
[-ExternalInOutlookEnabled <Boolean>]
6263
[-EwsAllowEntourage <Boolean>]
6364
[-EwsAllowList <MultiValuedProperty>]
6465
[-EwsAllowMacOutlook <Boolean>]
@@ -1440,6 +1441,30 @@ Accept pipeline input: False
14401441
Accept wildcard characters: False
14411442
```
14421443

1444+
### -ExternalInOutlookEnabled
1445+
This parameter is available only in the cloud-based service.
1446+
1447+
The ExternalInOutlookEnabled parameter specifies whether to add identifiers to messages from external senders in Outlook on the web (formerly known as Outlook Web App). Valid values are:
1448+
1449+
- $true: External senders are identified as external in list view and the reading pane.
1450+
1451+
- $false: External senders are not identified as external. This is the default value.
1452+
1453+
Whether the sender's ___domain is considered internal or external is controlled by the Set-AcceptedDomain cmdlet.
1454+
1455+
```yaml
1456+
Type: Boolean
1457+
Parameter Sets: Default
1458+
Aliases:
1459+
Applicable: Exchange Online
1460+
1461+
Required: False
1462+
Position: Named
1463+
Default value: None
1464+
Accept pipeline input: False
1465+
Accept wildcard characters: False
1466+
```
1467+
14431468
### -FocusedInboxOn
14441469
This parameter is available only in the cloud-based service.
14451470

0 commit comments

Comments
 (0)