extensionRibbonsSpamPreProcessingDialog object

Configures the preprocessing dialog of an integrated spam-reporting add-in in Outlook.

Properties that reference this object type:

Syntax

{
  "title": "{string}",
  "description": "{string}",
  "spamReportingOptions": {
    "title": "{string}",
    "options": [
      "{string}"
    ]
  },
  "spamFreeTextSectionTitle": "{string}",
  "spamMoreInfo": {
    "text": "{string}",
    "url": "{string}"
  }
}

Properties

title

Specifies the custom title of the preprocessing dialog of a spam-reporting add-in.

Type
string

Required

Constraints
Maximum string length: 128.

Supported values

description

Specifies the custom text that appears in the preprocessing dialog of a spam-reporting add-in.

Type
string

Required

Constraints
Maximum string length: 250.

Supported values

spamReportingOptions

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

Required

Constraints

Supported values

spamFreeTextSectionTitle

Adds a text box to the preprocessing dialog for users to provide additional information on the message they're reporting. The string provided in this property appears above the text box.

Type
string

Required

Constraints
Maximum string length: 128.

Supported values

spamMoreInfo

Configures a link to provide informational resources to a user. In the preprocessing dialog, the link appears below the text provided in spamPreProcessingDialog.description.

Required

Constraints

Supported values