Skip to content

Commit bd18a1b

Browse files
[Outlook] (item multi-select) Update pinning behavior in Outlook on Mac (#5274)
* Update pinnable-taskpane.md Behavior for macOS client no longer seems to match this behavior. The task pane in macOS replicates the Outlook on the web behavior, i.e. it stays visible even if it isn't manually pinned by the end user. * Fix client order for consistency * Update ms.date --------- Co-authored-by: Sam Ramon <[email protected]>
1 parent aa90298 commit bd18a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/outlook/pinnable-taskpane.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Implement a pinnable task pane in an Outlook add-in
33
description: The task pane UX shape for add-in commands opens a vertical task pane to the right of an open message or meeting request, allowing the add-in to provide UI for more detailed interactions.
4-
ms.date: 10/01/2024
4+
ms.date: 07/15/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -125,9 +125,9 @@ Office.onReady(() => {
125125
126126
## Task pane pinning in multi-select
127127

128-
In Outlook on the web and new Outlook on Windows, when the task pane of an add-in that implements the [item multi-select](item-multi-select.md) feature is opened, it's automatically pinned to the Outlook client. It remains pinned even when a user switches to a different mail item or selects the **pin** icon from the task pane. The task pane can only be closed by selecting the **Close** button from the task pane.
128+
In Outlook on the web, on Mac, and in the new Outlook on Windows, when the task pane of an add-in that implements the [item multi-select](item-multi-select.md) feature is opened, it's automatically pinned to the Outlook client. It remains pinned even when a user switches to a different mail item or selects the **pin** icon from the task pane. The task pane can only be closed by selecting the **Close** button from the task pane.
129129

130-
Conversely, in classic Outlook on Windows and Outlook on Mac, the task pane of a multi-select add-in isn't automatically pinned and closes when a user switches to a different mail item.
130+
Conversely, in classic Outlook on Windows, the task pane of a multi-select add-in isn't automatically pinned and closes when a user switches to a different mail item.
131131

132132
## Deploy to users
133133

0 commit comments

Comments
 (0)