From 81e4d720c18cc67af91307dc3a073bbff53e8a67 Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Fri, 7 Nov 2025 18:40:02 -0800
Subject: [PATCH 1/4] Add API to preview page
---
.../outlook-requirement-set-preview.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
index 4a27be880..02c35eee4 100644
--- a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
+++ b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
@@ -1,7 +1,7 @@
---
title: Outlook add-in API preview requirement set
description: Features and APIs that are currently in preview for Outlook add-ins.
-ms.date: 11/03/2025
+ms.date: 11/11/2025
ms.topic: whats-new
ms.localizationpriority: medium
---
@@ -75,6 +75,20 @@ Added a new property that represents if an appointment is an all-day event.
---
+### Check if Exchange Web Services (EWS) tokens are supported in an organization
+
+#### [Office.context.mailbox.diagnostics.ews.getTokenStatusAsync](/javascript/api/outlook/office.messagecompose?view=outlook-js-preview&preserve-view=true#outlook-office-ews-gettokenstatusasync-member(1))
+
+Added a method to get the status of EWS callback tokens in an organization.
+
+**Available in**: Outlook on the web, on Windows (new and classic), on Mac, and on mobile devices
+
+
+
+---
+
+---
+
### Decrypt a message and its attachments
#### [OnMessageRead event](/office/dev/add-ins/develop/event-based-activation#outlook-events)
From 423a196967422a0d3086517e12e594c70cb4e0fb Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Wed, 12 Nov 2025 17:59:50 -0800
Subject: [PATCH 2/4] Add enum to preview page
---
.../outlook-requirement-set-preview.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
index 02c35eee4..130fd8c72 100644
--- a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
+++ b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
@@ -1,7 +1,7 @@
---
title: Outlook add-in API preview requirement set
description: Features and APIs that are currently in preview for Outlook add-ins.
-ms.date: 11/11/2025
+ms.date: 11/13/2025
ms.topic: whats-new
ms.localizationpriority: medium
---
@@ -77,11 +77,17 @@ Added a new property that represents if an appointment is an all-day event.
### Check if Exchange Web Services (EWS) tokens are supported in an organization
+#### [Office.MailboxEnums.TokenStatus](/javascript/api/outlook/office.mailboxenums.tokenstatus?view=outlook-js-preview&preserve-view=true)
+
+Added an enum to specify the status of tokens in an organization.
+
+**Available in**: Outlook on the web, on Windows (new and classic), and on mobile devices
+
#### [Office.context.mailbox.diagnostics.ews.getTokenStatusAsync](/javascript/api/outlook/office.messagecompose?view=outlook-js-preview&preserve-view=true#outlook-office-ews-gettokenstatusasync-member(1))
Added a method to get the status of EWS callback tokens in an organization.
-**Available in**: Outlook on the web, on Windows (new and classic), on Mac, and on mobile devices
+**Available in**: Outlook on the web, on Windows (new and classic), and on mobile devices
From c4035b1bf80532a27b2f8e81581650ab46f39893 Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Thu, 13 Nov 2025 13:16:43 -0800
Subject: [PATCH 3/4] Remove mobile platform
---
.../outlook-requirement-set-preview.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
index 130fd8c72..aa0ff111c 100644
--- a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
+++ b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
@@ -81,13 +81,13 @@ Added a new property that represents if an appointment is an all-day event.
Added an enum to specify the status of tokens in an organization.
-**Available in**: Outlook on the web, on Windows (new and classic), and on mobile devices
+**Available in**: Outlook on the web and on Windows (new and classic)
#### [Office.context.mailbox.diagnostics.ews.getTokenStatusAsync](/javascript/api/outlook/office.messagecompose?view=outlook-js-preview&preserve-view=true#outlook-office-ews-gettokenstatusasync-member(1))
Added a method to get the status of EWS callback tokens in an organization.
-**Available in**: Outlook on the web, on Windows (new and classic), and on mobile devices
+**Available in**: Outlook on the web and on Windows (new and classic)
From 2601d8d71ffe189e96d8b11eb9548341ac920ba5 Mon Sep 17 00:00:00 2001
From: Sam Ramon <15154970+samantharamon@users.noreply.github.com>
Date: Thu, 13 Nov 2025 13:37:14 -0800
Subject: [PATCH 4/4] Update ms.date
---
.../preview-requirement-set/outlook-requirement-set-preview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
index aa0ff111c..ebb994da2 100644
--- a/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
+++ b/docs/requirement-sets/outlook/preview-requirement-set/outlook-requirement-set-preview.md
@@ -1,7 +1,7 @@
---
title: Outlook add-in API preview requirement set
description: Features and APIs that are currently in preview for Outlook add-ins.
-ms.date: 11/13/2025
+ms.date: 11/14/2025
ms.topic: whats-new
ms.localizationpriority: medium
---