Skip to content

Commit 84fab7c

Browse files
authored
Update Set-OrganizationConfig.md
Overhauled the entry as it needed an update to the wording to make it clear that changes in behaviour could be seen for other clients.
1 parent 7400c64 commit 84fab7c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,14 +2935,12 @@ Accept wildcard characters: False
29352935
### -SendFromAliasEnabled
29362936
This parameter is available only in the cloud-based service.
29372937

2938-
The SendFromAliasEnabled parameter allows mailbox users to send messages and reply to messages in Outlook on the web using any of the proxy addresses (secondary email addresses) that are configured on the mailbox. Valid values are:
2938+
The SendFromAliasEnabled parameter allows mailbox users to send messages using aliases (proxy addresses). It does this by disabling the rewriting of aliases to their primary SMTP address. This change is implemented in the Exchange Online service. At the same time, Outlook clients are making changes to natively support aliases for sending and receiving messages. Even without an updated client, changes in behavior may be seen for users using any email client as the setting affects all messages sent and received by a mailbox. Valid values are:
29392939

2940-
- $true: Users in Outlook on the web get an option to send messages and reply to messages with a proxy addresses.
2941-
- $false: Users can only send messages and reply to messages using their primary email address. This is the default value.
2940+
- $true: Aliases on messages will no longer be rewritten to their Primary SMTP addresses. Compatible Outlook clients will allow sending from aliases and replying to aliases.
2941+
- $false: Aliases on messages sent or received will be rewritten to their primary email address. This is the default value.
29422942

2943-
For more information about the availability of this feature, see the [Microsoft 365 roadmap](https://www.microsoft.com/microsoft-365/roadmap?filters=Exchange&searchterms=59437).
2944-
2945-
**Note**: This feature doesn't work in Outlook for Windows or Mac.
2943+
For more information about the availability of the Outlook for the web changes, see the [Microsoft 365 roadmap item](https://www.microsoft.com/microsoft-365/roadmap?filters=Exchange&searchterms=59437). For Outlook for Windows, see this [Microsoft 365 roadmap item](https://www.microsoft.com/microsoft-365/roadmap?filters=Exchange&searchterms=64123).
29462944

29472945
```yaml
29482946
Type: Boolean

0 commit comments

Comments
 (0)