Skip to content

Commit

Permalink
[Outlook] (event-based activation) Document limitation in new Outlook…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
samantharamon and AlexJerabek authored Jan 13, 2025
1 parent 5905711 commit e80ca40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/outlook/autolaunch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure your Outlook add-in for event-based activation
description: Learn how to configure your Outlook add-in for event-based activation.
ms.date: 01/09/2025
ms.date: 01/13/2025
ms.topic: concept-article
ms.localizationpriority: medium
---
Expand Down Expand Up @@ -75,6 +75,10 @@ In all supported Outlook clients, the user must remain on the current mail item

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

### Event-based add-ins in the new Outlook on Windows

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.

### Event-based add-ins in classic Outlook on Windows

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

0 comments on commit e80ca40

Please sign in to comment.