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 the behavior and handling options for automatic event responses in Outlook Add-ins. These options determine how events like OnMessageSend are processed, including settings such as sendMode (which controls whether to block, prompt, or allow message sending) and other event-specific configurations.
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"
}
}