Skip to content

Commit e80ca40

Browse files
[Outlook] (event-based activation) Document limitation in new Outlook on Windows (#4953)
* Add limitation for new Outlook on Windows * Reword * Apply suggestion from review Co-authored-by: Alex Jerabek <[email protected]> * Apply suggestion from review --------- Co-authored-by: Alex Jerabek <[email protected]>
1 parent 5905711 commit e80ca40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/outlook/autolaunch.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure your Outlook add-in for event-based activation
33
description: Learn how to configure your Outlook add-in for event-based activation.
4-
ms.date: 01/09/2025
4+
ms.date: 01/13/2025
55
ms.topic: concept-article
66
ms.localizationpriority: medium
77
---
@@ -75,6 +75,10 @@ In all supported Outlook clients, the user must remain on the current mail item
7575

7676
In addition to item switching, an event-based add-in also ceases operation when the user sends the message or appointment they're composing.
7777

78+
### Event-based add-ins in the new Outlook on Windows
79+
80+
In the new Outlook on Windows, you must keep the main window of the client open for the add-in to process the mail item. If the main window is minimized, the add-in will pause or stop working.
81+
7882
### Event-based add-ins in classic Outlook on Windows
7983

8084
When developing an event-based add-in to run in the classic Outlook on Windows client, be mindful of the following:

0 commit comments

Comments
 (0)