Skip to content

Commit c8f6e99

Browse files
[Outlook] Document support for Exchange Server SE (#5294)
1 parent 4ae76a1 commit c8f6e99

6 files changed

+43
-42
lines changed

docs/includes/equivalent-add-in-support-note.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
> - Excel, Word, and PowerPoint on Windows (Version 1904 or later)
55
> - Classic Outlook on Windows (Version 2102 or later) against a supported Exchange server version
66
> - Exchange Online
7+
> - Exchange Server Subscription Edition (SE)
78
> - Exchange 2019 Cumulative Update 10 or later ([KB5003612](https://support.microsoft.com/topic/b1434cad-3fbc-4dc3-844d-82568e8d4344))
89
> - Exchange 2016 Cumulative Update 21 or later ([KB5003611](https://support.microsoft.com/topic/b7ba1656-abba-4a0b-9be9-dac45095d969))

docs/outlook/delegate-access.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Implement shared folders and shared mailbox scenarios in an Outlook add-in
33
description: Discusses how to configure Outlook add-in support for shared folders (also known as delegate access) and shared mailboxes.
4-
ms.date: 07/08/2025
4+
ms.date: 07/22/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -17,15 +17,15 @@ This article describes how to implement shared folders (also known as delegate a
1717

1818
The following table shows supported client-server combinations for this feature, including the minimum required Cumulative Update where applicable.
1919

20-
| Client | Exchange Online | Exchange 2019 on-premises<br>(Cumulative Update 1 or later) | Exchange 2016 on-premises<br>(Cumulative Update 6 or later) |
21-
|---|---|---|---|
22-
|**Web browser (modern Outlook UI)**|Supported|Not applicable|Not applicable|
23-
|**Web browser (classic Outlook UI)**|Not applicable|<ul><li>**Shared folders**: Supported</li><li>**Shared mailboxes**: Not applicable</li></ul>|<ul><li>**Shared folders**: Supported</li><li>**Shared mailboxes**: Not applicable</li></ul>|
24-
|[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Supported|Not applicable|Not applicable|
25-
|**Windows (classic)**<br>**Shared folders**: Version 1910 (Build 12130.20272) or later<br><br>**Shared mailboxes**: Version 2304 (Build 16327.20248) or later|Supported|Supported\*|Supported\*|
26-
|**Mac**<br>Version 16.47 or later|Supported|Supported|Supported|
27-
|**Android**|Not applicable|Not applicable|Not applicable|
28-
|**iOS**|Not applicable|Not applicable|Not applicable|
20+
| Client | Exchange Online | Exchange Server Subscription Edition (SE) | Exchange 2019 on-premises<br>(Cumulative Update 1 or later) | Exchange 2016 on-premises<br>(Cumulative Update 6 or later) |
21+
|---|---|---|---|---|
22+
|**Web browser (modern Outlook UI)**|Supported|Not applicable|Not applicable|Not applicable|
23+
|**Web browser (classic Outlook UI)**|Not applicable|<ul><li>**Shared folders**: Supported</li><li>**Shared mailboxes**: Not applicable</li></ul>|<ul><li>**Shared folders**: Supported</li><li>**Shared mailboxes**: Not applicable</li></ul>|<ul><li>**Shared folders**: Supported</li><li>**Shared mailboxes**: Not applicable</li></ul>|
24+
|[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Supported|Not applicable|Not applicable|Not applicable|
25+
|**Windows (classic)**<br>**Shared folders**: Version 1910 (Build 12130.20272) or later<br><br>**Shared mailboxes**: Version 2304 (Build 16327.20248) or later|Supported|Supported\*|Supported\*|Supported\*|
26+
|**Mac**<br>Version 16.47 or later|Supported|Supported|Supported|Supported|
27+
|**Android**|Not applicable|Not applicable|Not applicable|Not applicable|
28+
|**iOS**|Not applicable|Not applicable|Not applicable|Not applicable|
2929

3030
> [!NOTE]
3131
> \* Support for this feature in an on-premises Exchange environment is available starting in classic Outlook on Windows Version 2206 (Build 15330.20000) for the Current Channel and Version 2207 (Build 15427.20000) for the Monthly Enterprise Channel.

docs/outlook/onmessagefromchanged-onappointmentfromchanged-events.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Automatically update your signature when switching between Exchange accounts
33
description: Learn how to automatically update your signature when switching between Exchange accounts through the OnMessageFromChanged and OnAppointmentFromChanged events in your event-based activation Outlook add-in.
4-
ms.date: 07/17/2025
4+
ms.date: 07/22/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -25,23 +25,23 @@ The following tables list client-server combinations that support the `OnMessage
2525

2626
# [OnMessageFromChanged event](#tab/message)
2727

28-
|Client|Exchange Online|Exchange 2019 on-premises (Cumulative Update 12 or later)|Exchange 2016 on-premises (Cumulative Update 22 or later)|
29-
|-----|-----|-----|-----|
30-
|**Web browser (modern UI)**<br><br>[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Supported|Not applicable|Not applicable|
31-
|**Windows (classic)**<br>Version 2304 (Build 16327.20248) or later|Supported|Supported|Supported|
32-
|**Mac**<br>Version 16.77 (23081600) or later|Supported|Not applicable|Not applicable|
33-
|**iOS**<br>Version 4.2502.0|Supported|Not applicable|Not applicable|
34-
|**Android**<br>Version 4.2502.0|Supported|Not applicable|Not applicable|
28+
|Client|Exchange Online|Exchange Server Subscription Edition (SE)|Exchange 2019 on-premises (Cumulative Update 12 or later)|Exchange 2016 on-premises (Cumulative Update 22 or later)|
29+
|-----|-----|-----|-----|-----|
30+
|**Web browser (modern UI)**<br><br>[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Supported|Not applicable|Not applicable|Not applicable|
31+
|**Windows (classic)**<br>Version 2304 (Build 16327.20248) or later|Supported|Supported|Supported|Supported|
32+
|**Mac**<br>Version 16.77 (23081600) or later|Supported|Not applicable|Not applicable|Not applicable|
33+
|**iOS**<br>Version 4.2502.0|Supported|Not applicable|Not applicable|Not applicable|
34+
|**Android**<br>Version 4.2502.0|Supported|Not applicable|Not applicable|Not applicable|
3535

3636
# [OnAppointmentFromChanged event](#tab/appointment)
3737

38-
|Client|Exchange Online|Exchange 2019 on-premises (Cumulative Update 12 or later)|Exchange 2016 on-premises (Cumulative Update 22 or later)|
39-
|-----|-----|-----|-----|
40-
|**Web browser (modern UI)**<br><br>[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Not applicable|Not applicable|Not applicable|
41-
|**Windows (classic)**|Not applicable|Not applicable|Not applicable|
42-
|**Mac**<br>Version 16.77 (23081600) or later|Supported|Not applicable|Not applicable|
43-
|**iOS**|Not applicable|Not applicable|Not applicable|
44-
|**Android**|Not applicable|Not applicable|Not applicable|
38+
|Client|Exchange Online|Exchange Server Subscription Edition (SE)|Exchange 2019 on-premises (Cumulative Update 12 or later)|Exchange 2016 on-premises (Cumulative Update 22 or later)|
39+
|-----|-----|-----|-----|-----|
40+
|**Web browser (modern UI)**<br><br>[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Not applicable|Not applicable|Not applicable|Not applicable|
41+
|**Windows (classic)**|Not applicable|Not applicable|Not applicable|Not applicable|
42+
|**Mac**<br>Version 16.77 (23081600) or later|Supported|Not applicable|Not applicable|Not applicable|
43+
|**iOS**|Not applicable|Not applicable|Not applicable|Not applicable|
44+
|**Android**|Not applicable|Not applicable|Not applicable|Not applicable|
4545

4646
---
4747

docs/outlook/onmessagesend-onappointmentsend-events.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Handle OnMessageSend and OnAppointmentSend events in your Outlook add-in with Smart Alerts
33
description: Learn about the Smart Alerts implementation and how it handles the OnMessageSend and OnAppointmentSend events in your event-based Outlook add-in.
4-
ms.date: 06/10/2025
4+
ms.date: 07/22/2025
55
ms.topic: concept-article
66
ms.localizationpriority: medium
77
---
@@ -19,14 +19,14 @@ Smart Alerts is available through the event-based activation feature. To underst
1919

2020
The following table lists supported client-server combinations for the Smart Alerts feature, including the minimum required Exchange Server Cumulative Update where applicable. Excluded combinations aren't supported.
2121

22-
|Client|Exchange Online|Exchange 2019 on-premises (Cumulative Update 12 or later)|Exchange 2016 on-premises (Cumulative Update 22 or later) |
23-
|-----|-----|-----|-----|
24-
|**Web browser (modern UI)**|Yes|Not applicable|Not applicable|
25-
|[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Yes|Not applicable|Not applicable|
26-
|**Windows** (classic)<br>Version 2206 (Build 15330.20196) or later|Yes|Yes|Yes|
27-
|**Mac**<br>Version 16.65 (22082700) or later|Yes|Not applicable|Not applicable|
28-
|**Android**|Not applicable|Not applicable|Not applicable|
29-
|**iOS**|Not applicable|Not applicable|Not applicable|
22+
|Client|Exchange Online|Exchange Server Subscription Edition (SE)|Exchange 2019 on-premises (Cumulative Update 12 or later)|Exchange 2016 on-premises (Cumulative Update 22 or later) |
23+
|-----|-----|-----|-----|-----|
24+
|**Web browser (modern UI)**|Yes|Not applicable|Not applicable|Not applicable|
25+
|[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Yes|Not applicable|Not applicable|Not applicable|
26+
|**Windows** (classic)<br>Version 2206 (Build 15330.20196) or later|Yes|Yes|Yes|Yes|
27+
|**Mac**<br>Version 16.65 (22082700) or later|Yes|Not applicable|Not applicable|Not applicable|
28+
|**Android**|Not applicable|Not applicable|Not applicable|Not applicable|
29+
|**iOS**|Not applicable|Not applicable|Not applicable|Not applicable|
3030

3131
> [!IMPORTANT]
3232
> Enhancements to the Smart Alerts feature were introduced in later requirement sets. Because of this, the minimum supported Outlook version and build may vary. The requirement sets and versions needed for a feature are mentioned in the [walkthrough](smart-alerts-onmessagesend-walkthrough.md) and applicable sections of this article.

docs/outlook/outlook-on-send-addins.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: On-send feature for Outlook add-ins
33
description: Provides a way to handle an item or block users from certain actions, and allows an add-in to set certain properties on send.
4-
ms.date: 07/02/2025
4+
ms.date: 07/22/2025
55
ms.localizationpriority: medium
66
---
77

@@ -35,12 +35,12 @@ For information about limitations related to the on-send feature, see [Limitatio
3535

3636
The following table shows supported client-server combinations for the on-send feature, including the minimum required Cumulative Update where applicable. Excluded combinations are not supported.
3737

38-
| Client | Exchange Online | Exchange 2019 on-premises<br>(Cumulative Update 1 or later) | Exchange 2016 on-premises<br>(Cumulative Update 6 or later) |
39-
|---|:---:|:---:|:---:|
40-
|**Web browser**<br>modern Outlook UI<br><br>[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Yes|Not applicable|Not applicable|
41-
|**Web browser**<br>classic Outlook UI|Not applicable|Yes|Yes|
42-
|**Windows (classic)**<br>Version 1910 (Build 12130.20272) or later|Yes|Yes|Yes|
43-
|**Mac**<br>Version 16.47 (21031401) or later|Yes|Yes|Yes|
38+
| Client | Exchange Online | Exchange Server Subscription Edition (SE) | Exchange 2019 on-premises<br>(Cumulative Update 1 or later) | Exchange 2016 on-premises<br>(Cumulative Update 6 or later) |
39+
|---|:---:|:---:|:---:|:---:|
40+
|**Web browser**<br>modern Outlook UI<br><br>[new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627)|Yes|Not applicable|Not applicable|Not applicable|
41+
|**Web browser**<br>classic Outlook UI|Not applicable|Yes|Yes|Yes|
42+
|**Windows (classic)**<br>Version 1910 (Build 12130.20272) or later|Yes|Yes|Yes|Yes|
43+
|**Mac**<br>Version 16.47 (21031401) or later|Yes|Yes|Yes|Yes|
4444

4545
> [!NOTE]
4646
> The on-send feature was officially released in requirement set 1.8 (see [current server and client support](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#requirement-sets-supported-by-exchange-servers-and-outlook-clients) for details). However, note that the feature's support matrix is a superset of the requirement set's.

docs/outlook/testing-and-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Deciding what versions of the Outlook client to test depends on your development
8585

8686
Consumer and Microsoft 365 account users see the modern UI version when they access Outlook on the web and no longer see the classic version which has been deprecated. However, on-premises Exchange servers continue to support classic Outlook on the web. Therefore, during the validation process, your submission may receive a warning that the add-in is not compatible with classic Outlook on the web. In that case, you should consider testing your add-in in an on-premises Exchange environment. This warning won't block your submission to AppSource but your customers may experience a sub-optimal experience if they use Outlook on the web in an on-premises Exchange environment.
8787

88-
To mitigate this, we recommend you test your add-in in Outlook on the web connected to your own private on-premises Exchange environment. For more information, see guidance on how to [Establish an Exchange 2016 or Exchange 2019 test environment](/Exchange/plan-and-deploy/plan-and-deploy?view=exchserver-2019&preserve-view=true#establish-an-exchange-2016-or-exchange-2019-test-environment) and how to manage [Outlook on the web in Exchange Server](/exchange/clients/outlook-on-the-web/outlook-on-the-web?view=exchserver-2019&preserve-view=true).
88+
To mitigate this, we recommend you test your add-in in Outlook on the web connected to your own private on-premises Exchange environment. For more information, see [Establish an Exchange Server test environment](/Exchange/plan-and-deploy/plan-and-deploy#establish-an-exchange-server-test-environment) and [Outlook on the web in Exchange Server](/exchange/clients/outlook-on-the-web/outlook-on-the-web).
8989

9090
Alternatively, you can opt to pay for and use a service that hosts and manages on-premises Exchange servers. A couple of options are:
9191

0 commit comments

Comments
 (0)