From 946b70fd5abcdc173bee4c96e4b0c1b08dcb3bc1 Mon Sep 17 00:00:00 2001 From: Sam Ramon <15154970+samantharamon@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:06:26 -0700 Subject: [PATCH 1/2] Correct OnSendAddinsEnabled description --- exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md index 51036fa206..030f57478f 100644 --- a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md @@ -1691,10 +1691,10 @@ Accept wildcard characters: False ``` ### -OnSendAddinsEnabled -The OnSendAddinsEnabled parameter specifies whether to enable or disable on send add-ins in Outlook on the web (add-ins that support events when a user clicks Send). Valid values are: +The OnSendAddinsEnabled parameter specifies whether a mail item can be edited while an on-send add-in is processing it in Outlook on the web or the new Outlook on Windows. Valid values are: -- $true: On send add-ins are enabled. -- $false: On send add-ins are disabled. This is the default value. +- $true: A user isn't able to edit a mail item while an on-send add-in is processing the item. +- $false: A user is able to edit a mail item while an on-send add-in is processing the item. This is the default value. ```yaml Type: Boolean From 9bd99232c6fc153c854556a40ce96e8854d753ef Mon Sep 17 00:00:00 2001 From: Sam Ramon <15154970+samantharamon@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:08:21 -0700 Subject: [PATCH 2/2] Reword --- exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md index 030f57478f..6c5b1f1756 100644 --- a/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md @@ -1693,8 +1693,8 @@ Accept wildcard characters: False ### -OnSendAddinsEnabled The OnSendAddinsEnabled parameter specifies whether a mail item can be edited while an on-send add-in is processing it in Outlook on the web or the new Outlook on Windows. Valid values are: -- $true: A user isn't able to edit a mail item while an on-send add-in is processing the item. -- $false: A user is able to edit a mail item while an on-send add-in is processing the item. This is the default value. +- $true: A user can't edit a mail item while an on-send add-in is processing the item. +- $false: A user can edit a mail item while an on-send add-in is processing the item. This is the default value. ```yaml Type: Boolean