You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/outlook/delegate-access.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Implement shared folders and shared mailbox scenarios in an Outlook add-in
3
3
description: Discusses how to configure Outlook add-in support for shared folders (also known as delegate access) and shared mailboxes.
4
-
ms.date: 10/29/2024
4
+
ms.date: 02/20/2025
5
5
ms.topic: how-to
6
6
ms.localizationpriority: medium
7
7
---
@@ -18,15 +18,17 @@ This article describes how to implement shared folders (also known as delegate a
18
18
The following table shows supported client-server combinations for this feature, including the minimum required Cumulative Update where applicable. Excluded combinations aren't supported.
|**Web browser (modern Outlook UI)**|Supported|Not applicable|Not applicable|
23
-
|**Web browser (classic Outlook UI)**|Not applicable|Not applicable|Not applicable|
21
+
|---|---|---|---|
22
+
|**Web browser (modern Outlook UI)**|Supported<sup>1</sup>|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
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\*|
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<sup>2</sup>|Supported<sup>2</sup>|
26
26
|**Mac**<br>Version 16.47 or later|Supported|Supported|Supported|
27
27
28
28
> [!NOTE]
29
-
> \* 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.
29
+
> <sup>1</sup>In Outlook on the web, if you open a shared mailbox in a separate browser tab or window using the **Open another mailbox** option, you may encounter issues when accessing add-ins from the mailbox. We recommend opening the mailbox in the same panel as your primary mailbox instead. This ensures that add-ins work as expected in your shared mailbox. If you prefer to open the shared mailbox using the **Open another mailbox** option, we recommend deploying the add-in to both your primary user and shared mailboxes.
30
+
>
31
+
> <sup>2</sup>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.
30
32
31
33
## Supported setups
32
34
@@ -48,7 +50,7 @@ The mailbox owner must first provide access to a delegate.
48
50
49
51
- An administrator can configure access through the Exchange admin center. To learn more, see [Manage permissions for recipients](/exchange/recipients/mailbox-permissions).
50
52
51
-
Once access is provided, the delegate must then follow the instructions outlined in the "Add another person’s mailbox to your folder list in Outlook Web App" section of the article [Access another person's mailbox](https://support.microsoft.com/office/a909ad30-e413-40b5-a487-0ea70b763081).
53
+
Once access is provided, the delegate must then follow the instructions outlined in [Access another person's mailbox](https://support.microsoft.com/office/a909ad30-e413-40b5-a487-0ea70b763081).
52
54
53
55
#### Shared mailboxes
54
56
@@ -234,7 +236,7 @@ In Message Compose mode, [getSharedPropertiesAsync](/javascript/api/outlook/offi
234
236
1. They save the message then move it from their own **Drafts** folder to a folder shared with the delegate.
235
237
1. The delegate opens the draft from the shared folder then continues composing.
236
238
237
-
-**Shared mailbox (applies to classic Outlook on Windows only)**
239
+
-**Shared mailbox**
238
240
239
241
1. A shared mailbox user starts a message. This can be a new message, a reply, or a forward.
240
242
1. They save the message then move it from their own **Drafts** folder to a folder in the shared mailbox.
0 commit comments