extensionRibbonsSpamPreProcessingDialog.spamReportingOptions object

Specifies up to five options that a user can select from the preprocessing dialog to provide a reason for reporting a message.

Properties that reference this object type:

Syntax

{
  "title": "{string}",
  "options": [
    "{string}"
  ]
}

Properties

title

Specifies the custom text or title to describe the reporting options provided in the preprocessing dialog.

Type
string

Required

Constraints
Maximum string length: 128.

Supported values

title

Specifies the custom text or title to describe the reporting options provided in the preprocessing dialog.

This property is localizable. For more information, see the localization schema.

Type
string

Required

Constraints
Maximum string length: 128.

Supported values

options

Specifies a custom option with a checkbox that a user can select from the preprocessing dialog to provide a reason for reporting a message. At least one option must be specified. A maximum of five options can be included.

Type
Array of string

Required

Constraints

Supported values

options

Specifies a custom option with a checkbox that a user can select from the preprocessing dialog to provide a reason for reporting a message. At least one option must be specified. A maximum of five options can be included.

This property is localizable. For more information, see the localization schema.

Type
Array of string

Required

Constraints

Supported values