Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configures how Outlook responds to the event.
Properties that reference this object type:
Syntax
Properties
sendMode
Specifies the actions to take during a mail send action. For more information, see available send mode options.
Type
string
Required
✅
Constraints
Supported values
Allowed values: promptUser
, softBlock
, block
.
Examples
{
"options": {
"sendMode": "promptUser"
}
}