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] 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)