Skip to content

Commit fe1a782

Browse files
authored
Revert "Revert "Correct the description of the OnSendAddinsEnabled parameter""
1 parent 4071432 commit fe1a782

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,10 +1836,13 @@ Accept wildcard characters: False
18361836
```
18371837

18381838
### -OnSendAddinsEnabled
1839-
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:
18401839

1841-
- $true: On send add-ins are enabled.
1842-
- $false: On send add-ins are disabled. This is the default value.
1840+
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
1841+
1842+
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:
1843+
1844+
- $true: A user can't edit a mail item while an on-send add-in is processing the item.
1845+
- $false: A user can edit a mail item while an on-send add-in is processing the item. This is the default value.
18431846

18441847
```yaml
18451848
Type: Boolean

0 commit comments

Comments
 (0)