Skip to content

Commit 8761548

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 6a9a07b + ef1d49c commit 8761548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

1696-
- $true: A user can't edit a mail item while an on-send add-in is processing the item.
1697-
- $false: A user can edit a mail item while an on-send add-in is processing the item. This is the default value.
1696+
- $true: On send add-ins are enabled.
1697+
- $false: On send add-ins are disabled. This is the default value.
16981698

16991699
```yaml
17001700
Type: Boolean

0 commit comments

Comments
 (0)