Skip to content

Commit 7204b8c

Browse files
authored
Merge pull request #12950 from MicrosoftDocs/revert-12949-revert-pr-12930
Restore "Correct the description of the OnSendAddinsEnabled parameter"
2 parents ef1d49c + 8e01e7b commit 7204b8c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

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

16931693
### -OnSendAddinsEnabled
1694-
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:
16951694

1696-
- $true: On send add-ins are enabled.
1697-
- $false: On send add-ins are disabled. This is the default value.
1695+
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
1696+
1697+
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:
1698+
1699+
- $true: A user can't edit a mail item while an on-send add-in is processing the item.
1700+
- $false: A user can edit a mail item while an on-send add-in is processing the item. This is the default value.
16981701

16991702
```yaml
17001703
Type: Boolean

0 commit comments

Comments
 (0)