From daf3354cbcf064efcbf2a2561feeb178fb958081 Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Tue, 22 Apr 2025 15:18:20 -0700
Subject: [PATCH 1/3] Document support for spam reporting on Mac
---
Samples/outlook-spam-reporting/README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Samples/outlook-spam-reporting/README.md b/Samples/outlook-spam-reporting/README.md
index 8c7fcbf2..0b265454 100644
--- a/Samples/outlook-spam-reporting/README.md
+++ b/Samples/outlook-spam-reporting/README.md
@@ -17,7 +17,7 @@ description: "Learn how to create an integrated spam-reporting add-in in Outlook
# Report spam or phishing emails in Outlook
-**Applies to**: Outlook on the web, Outlook on Windows (new and classic)
+**Applies to**: Outlook on the web, Outlook on Windows (new and classic), Outlook on Mac

@@ -36,6 +36,7 @@ To learn about key components of this sample, see [Implement an integrated spam-
- Outlook on the web
- [new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)
- classic Outlook on Windows starting in Version 2307 (Build 16626.10000)
+- Outlook on Mac starting in Version //TODO
## Prerequisites
@@ -238,5 +239,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
| 1.1 | July 1, 2024 | Create separate JavaScript files for supported clients |
| 1.2 | September 11, 2024 | Correct the `Office.actions.associate` call and consolidate the JavaScript files |
| 1.3 | February 28, 2025 | Add support for the unified manifest for Microsoft 365 |
+| 1.4 | May 6, 2025 | Add support in Outlook on Mac |
From 42c1157e3efc47247c427aa02487bfcb5d8e844a Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Fri, 1 Aug 2025 17:11:00 -0700
Subject: [PATCH 2/3] Add version number
---
Samples/outlook-spam-reporting/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Samples/outlook-spam-reporting/README.md b/Samples/outlook-spam-reporting/README.md
index 0b265454..20547c25 100644
--- a/Samples/outlook-spam-reporting/README.md
+++ b/Samples/outlook-spam-reporting/README.md
@@ -36,7 +36,7 @@ To learn about key components of this sample, see [Implement an integrated spam-
- Outlook on the web
- [new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)
- classic Outlook on Windows starting in Version 2307 (Build 16626.10000)
-- Outlook on Mac starting in Version //TODO
+- Outlook on Mac starting in Version 16.100 (25072537)
## Prerequisites
@@ -239,6 +239,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
| 1.1 | July 1, 2024 | Create separate JavaScript files for supported clients |
| 1.2 | September 11, 2024 | Correct the `Office.actions.associate` call and consolidate the JavaScript files |
| 1.3 | February 28, 2025 | Add support for the unified manifest for Microsoft 365 |
-| 1.4 | May 6, 2025 | Add support in Outlook on Mac |
+| 1.4 | August 26, 2025 | Add support in Outlook on Mac |
From 5791d95c116153d72b501349e775ab6594855afa Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Mon, 4 Aug 2025 10:51:01 -0700
Subject: [PATCH 3/3] Apply suggestion from review
Co-authored-by: Elizabeth Samuel
---
Samples/outlook-spam-reporting/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Samples/outlook-spam-reporting/README.md b/Samples/outlook-spam-reporting/README.md
index 20547c25..247abca1 100644
--- a/Samples/outlook-spam-reporting/README.md
+++ b/Samples/outlook-spam-reporting/README.md
@@ -239,6 +239,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
| 1.1 | July 1, 2024 | Create separate JavaScript files for supported clients |
| 1.2 | September 11, 2024 | Correct the `Office.actions.associate` call and consolidate the JavaScript files |
| 1.3 | February 28, 2025 | Add support for the unified manifest for Microsoft 365 |
-| 1.4 | August 26, 2025 | Add support in Outlook on Mac |
+| 1.4 | August 26, 2025 | Note support for Outlook on Mac |