diff --git a/docs/manifest/preprocessingdialog.md b/docs/manifest/preprocessingdialog.md index 16ad282885..640e746f30 100644 --- a/docs/manifest/preprocessingdialog.md +++ b/docs/manifest/preprocessingdialog.md @@ -1,7 +1,7 @@ --- title: PreProcessingDialog element in the manifest file description: The PreProcessingDialog element configures the preprocessing dialog of a spam-reporting add-in in Outlook. -ms.date: 03/11/2025 +ms.date: 01/13/2026 ms.localizationpriority: medium --- @@ -37,7 +37,7 @@ None. | :------ | :------: | :------ | | **Title** | Yes | Specifies the custom title of the preprocessing dialog. Its **resid** attribute must be set to the value of the **id** attribute of a [String](string.md) in the [ShortStrings](shortstrings.md) element under the [Resources](resources.md) element. | | **Description** | Yes | Specifies the custom text that appears in the preprocessing dialog. Its **resid** attribute must be set to the value of the **id** attribute of a [String](string.md) in the [LongStrings](longstrings.md) element under the [Resources](resources.md) element. | -| **NeverShowAgainOption** | No | When set to `true`, adds a "Don't show me this message again" checkbox to prevent the preprocessing dialog from appearing again. Consider specifying this element in your manifest when the preprocessing dialog of your spam-reporting add-in doesn't require user input. If you set this element to `true` and also specify the **\** and **\** elements, the "Don't show me this message again" checkbox isn't shown on the preprocessing dialog.

**Important**: The **\** element was introduced in [requirement set 1.15](../requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15.md). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets).| +| **NeverShowAgainOption** | No | When set to `true`, adds a "Don't show me this message again" checkbox to prevent the preprocessing dialog from appearing again. Consider specifying this element in your manifest when the preprocessing dialog of your spam-reporting add-in doesn't require user input. If you set this element to `true` and also specify the **\** and **\** elements, the "Don't show me this message again" checkbox isn't shown on the preprocessing dialog.

**Important**: The **\** element was introduced in [requirement set 1.15](../requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15.md). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets).

The **\** element is available for preview in Outlook on Mac starting in Version 16.103 (Build 25101816). To test this element, join the [Microsoft 365 Insider program](https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-macos/4401756) and select the **Beta Channel** option to access Office beta builds.| | [ReportingOptions](reportingoptions.md) | No | Lists up to five options a user can select from the preprocessing dialog to provide a reason for reporting a message. | | **FreeTextLabel** | No | Adds a text box to the preprocessing dialog to allow users to provide additional information on the message they're reporting. Its **resid** attribute sets the title of the text box. The **resid** attribute must be set to the value of the **id** attribute of a [String](string.md) in the [ShortStrings](shortstrings.md) element under the [Resources](resources.md) element. | | [MoreInfo](moreinfo.md) | No | Specifies the custom text and URL to provide informational resources to the users. The custom text and URL configured in this element appear below the text provided in the **\** element. | diff --git a/docs/manifest/reportingoptions.md b/docs/manifest/reportingoptions.md index 3ab507c8e2..9fd5cdce55 100644 --- a/docs/manifest/reportingoptions.md +++ b/docs/manifest/reportingoptions.md @@ -1,7 +1,7 @@ --- title: ReportingOptions element in the manifest file description: The ReportingOptions element specifies the reporting options listed in the preprocessing dialog of a spam-reporting add-in in Outlook. -ms.date: 03/11/2025 +ms.date: 01/13/2026 ms.localizationpriority: medium --- @@ -31,7 +31,7 @@ For more information, see [Version overrides in the add-in only manifest](/offic | Attribute | Required | Description | |:-----|:-----:|:-----| -| **inputType** | No | Specifies the input type of the reporting options in the preprocessing dialog. If the `inputType` attribute isn't included, the reporting options appear as checkboxes. To use radio buttons, set the `inputType` attribute to `Radio`. You can only use one input type in the dialog.

**Important**: The **inputType** attribute was introduced in [requirement set 1.15](../requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15.md). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets). | +| **inputType** | No | Specifies the input type of the reporting options in the preprocessing dialog. If the `inputType` attribute isn't included, the reporting options appear as checkboxes. To use radio buttons, set the `inputType` attribute to `Radio`. You can only use one input type in the dialog.

**Important**: The **inputType** attribute was introduced in [requirement set 1.15](../requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15.md). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets).

The **inputType** attribute is available for preview in Outlook on Mac starting in Version 16.103 (Build 25101816). To test this attribute, join the [Microsoft 365 Insider program](https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-macos/4401756) and select the **Beta Channel** option to access Office beta builds. | ## Child elements