-
Notifications
You must be signed in to change notification settings - Fork 272
[Outlook] (Mac) Update features in preview #5554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
samantharamon
wants to merge
5
commits into
main
Choose a base branch
from
samramon-mac-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
08b4d47
Note features in preview in Outlook on Mac
samantharamon f2c17ef
Update version
samantharamon a5fe03e
Apply suggestions
samantharamon 03b3fcd
Apply suggestions from review
samantharamon 2a233f7
Update version and ms.date
samantharamon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| --- | ||
| title: Implement an integrated spam-reporting add-in | ||
| description: Learn how to implement an integrated spam-reporting add-in in Outlook. | ||
| ms.date: 08/26/2025 | ||
| ms.date: 12/18/2025 | ||
| ms.topic: how-to | ||
| ms.localizationpriority: medium | ||
| --- | ||
|
|
@@ -55,6 +55,9 @@ To implement the integrated spam-reporting feature in your add-in, you must conf | |
|
|
||
| :::image type="content" source="../images/outlook-spam-processing-dialog.png" alt-text="A sample preprocessing dialog of a spam-reporting add-in."::: | ||
|
|
||
| > [!NOTE] | ||
| > Using radio buttons as an input option is available for preview in Outlook on Mac starting in Version 16.103 (Build 25101816). To test this feature, 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. | ||
|
|
||
| Select the tab for the type of manifest you're using. | ||
|
|
||
| # [Unified manifest for Microsoft 365](#tab/jsonmanifest) | ||
|
|
@@ -464,7 +467,9 @@ The following is a sample post-processing dialog shown to the user once the add- | |
| ## Suppress the preprocessing dialog | ||
|
|
||
| > [!NOTE] | ||
| > The "Don't show me this message again" option was introduced in [requirement set 1.15](/javascript/api/requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#outlook-client-support). | ||
| > | ||
| > - The "Don't show me this message again" option was introduced in [requirement set 1.15](/javascript/api/requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#outlook-client-support). | ||
| > - The "Don't show me this message again" option is available for preview in Outlook on Mac starting in Version 16.103 (Build 25101816). To test this feature, 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. | ||
|
|
||
| Depending on your scenario, you might not need a user to provide additional information about a message they're reporting. If the preprocessing dialog of your spam-reporting add-in only provides information to the user, you can choose to include a "Don't show me this message again" option in the dialog. | ||
|
|
||
|
|
@@ -524,7 +529,9 @@ Note the following behaviors when implementing this option in your add-in. | |
|
|
||
| ### Reenable the preprocessing dialog | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pending instructions for Outlook on the web and the new Outlook on Windows. Will update once information is available. |
||
|
|
||
| To reenable the preprocessing dialog in classic Outlook on Windows after selecting the "Don't show me this message again" option, perform the following steps. | ||
| The steps to reenable the preprocessing dialog after selecting the "Don't show me this message again" option vary depending on your Outlook client. | ||
|
|
||
| #### Classic Outlook on Windows | ||
|
|
||
| 1. Open the **Registry Editor** as an administrator. | ||
| 1. Navigate to **HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\WebExt\SpamDialog**. | ||
|
|
@@ -533,10 +540,23 @@ To reenable the preprocessing dialog in classic Outlook on Windows after selecti | |
|
|
||
| The preprocessing dialog will appear the next time a message is reported. | ||
|
|
||
| #### Outlook on Mac | ||
|
|
||
| 1. Close the Outlook client. | ||
| 1. In a terminal window, run the following command. | ||
|
|
||
| ```command line | ||
| defaults delete com.microsoft.Outlook IntegratedSpamNeverShowAgainPreference | ||
| ``` | ||
|
|
||
| The preprocessing dialog will appear the next time a message is reported. | ||
|
|
||
| ## Open a task pane after reporting a message | ||
|
|
||
| > [!NOTE] | ||
| > The option to implement a task pane from the `event.completed` method was introduced in [requirement set 1.15](/javascript/api/requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#outlook-client-support). | ||
| > | ||
| > - The option to implement opening a task pane from the `event.completed` method was introduced in [requirement set 1.15](/javascript/api/requirement-sets/outlook/requirement-set-1.15/outlook-requirement-set-1.15). Learn more about its [supported clients and platforms](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#outlook-client-support). | ||
| > - Being able to implement opening a task pane from the `event.completed` method is available for preview in Outlook on Mac starting in Version 16.103 (Build 25101816). To test this feature, 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. | ||
|
|
||
| Instead of a post-processing dialog, you can implement a task pane to open after a user reports a message. For example, you can use the task pane to show additional information based on the user's input in the preprocessing dialog. Similar to the post-processing dialog, the task pane is implemented through the add-in's `event.completed` call. | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Mac version in this table will be updated once Mailbox 1.15 is released. Format will be similar to that of classic Outlook on Windows.