Skip to content

Commit f195c9c

Browse files
[Outlook] (unified manifest) Update client support (#5062)
* Add support note * Add support note to applicable articles
1 parent 83d3dbe commit f195c9c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/outlook/delegate-access.md

Lines changed: 5 additions & 2 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: 02/20/2025
4+
ms.date: 02/25/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -116,10 +116,13 @@ To learn more about where add-ins do and don't activate in general, refer to the
116116

117117
## Configure the manifest
118118

119-
To implement shared folders and shared mailbox scenarios in your add-in, you must first configure support for the feature in your manifest. The markup varies depending on the type of manifest your add-in uses.
119+
To implement shared folder and shared mailbox scenarios in your add-in, you must first configure support for the feature in your manifest. The markup varies depending on the type of manifest your add-in uses.
120120

121121
# [Unified manifest for Microsoft 365](#tab/jsonmanifest)
122122

123+
> [!NOTE]
124+
> Implementing shared folder and shared mailbox scenarios with a unified manifest for Microsoft 365 is currently only supported in classic Outlook on Windows. For other supported platforms, use the add-in only manifest instead.
125+
123126
Add an additional object to the "authorization.permissions.resourceSpecific" array and set its "name" property to "Mailbox.SharedFolder".
124127

125128
```json

docs/outlook/item-multi-select.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Activate your Outlook add-in on multiple messages
33
description: Learn how to activate your Outlook add-in when multiple messages are selected.
4-
ms.date: 01/07/2025
4+
ms.date: 02/25/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -23,6 +23,9 @@ Complete the [Outlook quick start](../quickstarts/outlook-quickstart-yo.md) to c
2323

2424
# [Unified manifest for Microsoft 365](#tab/jsonmanifest)
2525

26+
> [!NOTE]
27+
> Implementing the item multi-select feature with a unified manifest for Microsoft 365 is currently only supported in classic Outlook on Windows. For other supported platforms, use the add-in only manifest instead.
28+
2629
1. In your preferred code editor, open the Outlook quick start project you created.
2730

2831
1. Open the **manifest.json** file located at the root of the project.

0 commit comments

Comments
 (0)