Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

extensionAutoRunEventsArray.events.options object

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

{
 "sendMode": "promptUser | softBlock | block"
}

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"
 }
}

Feedback

Was this page helpful?

Additional resources