From 4f4a95187727adf036d7e5aea74ad020b0a01997 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 1/2] 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 From 07be1b684099096219ef718555958e845090712b Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Wed, 30 Jul 2025 02:56:44 +0530 Subject: [PATCH 2/2] Merge pull request #12926 from pavellatif/main Updating parameter definition