You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
1695
1695
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.
0 commit comments