Skip to content

Commit 8dab865

Browse files
[Outlook] (new Outlook on Windows) Document support for add-ins when main client window is minimized (#5257)
* Add note about minimized window * Apply suggestion from review Co-authored-by: Elizabeth Samuel <[email protected]> --------- Co-authored-by: Elizabeth Samuel <[email protected]>
1 parent 30e3518 commit 8dab865

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/outlook/one-outlook.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Develop Outlook add-ins for the new Outlook on Windows
33
description: Learn how to develop add-ins that are compatible with the new Outlook on Windows.
4-
ms.date: 06/05/2025
4+
ms.date: 06/26/2025
55
ms.localizationpriority: medium
66
---
77

@@ -73,7 +73,9 @@ To help you install and set up the Outlook desktop client, see [Getting started
7373
For guidance on how to sideload your add-in, see [Sideload Outlook add-ins for testing](sideload-outlook-add-ins-for-testing.md).
7474

7575
> [!TIP]
76-
> If you're moving from the classic Outlook client on Windows to the new Outlook client, note that the location of add-ins is different. While add-ins are accessed from the ribbon or app bar in the classic Outlook client, access to add-ins in the new Outlook client depends on whether you're reading or composing a mail item. To learn more, see [Use add-ins in Outlook](https://support.microsoft.com/office/1ee261f9-49bf-4ba6-b3e2-2ba7bcab64c8).
76+
>
77+
> - If you're moving from the classic Outlook client on Windows to the new Outlook client, note that the location of add-ins is different. While add-ins are accessed from the ribbon or app bar in the classic Outlook client, access to add-ins in the new Outlook client depends on whether you're reading or composing a mail item. To learn more, see [Use add-ins in Outlook](https://support.microsoft.com/office/1ee261f9-49bf-4ba6-b3e2-2ba7bcab64c8).
78+
> - In the new Outlook on Windows, you must keep the main client window open to run add-ins (the window can be active or inactive). If the main window is minimized, the add-in will pause or stop working.
7779
7880
## Debug your add-in
7981

0 commit comments

Comments
 (0)