extensionAutoRunEventsArray.events.options object

Configures how Outlook responds to the event.

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