Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 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: On send add-ins are enabled.
- $false: On send add-ins are disabled. This is the default value.

```yaml
Type: Boolean
Expand Down