Skip to content
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

[Outlook] (spam reporting) Document GA support in the unified manifest #5036

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/outlook/spam-reporting.md
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: 01/22/2025
ms.date: 02/13/2025
ms.topic: how-to
ms.localizationpriority: medium
---
Expand Down Expand Up @@ -63,7 +63,7 @@ Select the tab for the type of manifest you're using.
# [Unified manifest for Microsoft 365](#tab/jsonmanifest)

> [!NOTE]
> Implementing integrated spam reporting with the unified manifest for Microsoft 365 is in public developer preview. It's currently only available to use in classic Outlook on Windows. This shouldn't be used in production add-ins. We invite you to try it out in test or development environments. For more information, see the [Public developer preview app manifest schema](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).
> Implementing integrated spam reporting with the unified manifest for Microsoft 365 is only available in Outlook on the web and on Windows (new and classic).

1. In your preferred code editor, open the add-in project you created.
1. Open the **manifest.json** file.
Expand Down