From 768c5fcfebae559b3d8b1e8a9fb62b691f32d42a Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:52:16 -0700 Subject: [PATCH 1/3] Revert "Reword" This reverts commit 9bd99232c6fc153c854556a40ce96e8854d753ef. --- .../exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md index e1e688a148..92a4558e19 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md @@ -1841,8 +1841,8 @@ Accept wildcard characters: False 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 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. +- $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 269bcd48fbe69b54e3b3333b378524b362004c47 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:52:16 -0700 Subject: [PATCH 2/3] Revert "Reword" This reverts commit 9bd99232c6fc153c854556a40ce96e8854d753ef. From 4efa8f29ec7d0fd632ebbfeb98b96051c1ce93f5 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:56:31 -0700 Subject: [PATCH 3/3] Revert "Correct OnSendAddinsEnabled description" --- .../ExchangePowerShell/Set-OwaMailboxPolicy.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md index 92a4558e19..ed7c6cef1e 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md @@ -1836,13 +1836,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: -> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online - -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: On send add-ins are enabled. +- $false: On send add-ins are disabled. This is the default value. ```yaml Type: Boolean