-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
Area: OutlookFeedback on Outlook contentFeedback on Outlook contentNeeds: author feedbackWaiting for author (creator) of Issue to provide more infoWaiting for author (creator) of Issue to provide more info
Description
Article URL
Implement a pinnable task pane in an Outlook add-in - Office Add-ins | Microsoft Learn
Describe the problem
- In all other platforms, an add-in's task pane will only remain open if the end user pins it, and it will be automatically dismissed once the user selects another message.
- However, in Outlook for Mac, an add-in's task pane always stays open, whether or not the end user pins it, and it will trigger the SelectedItemsChanged event.
- If the add-in is pinned by the end user, then it will also trigger an ItemChanged event i.e. it triggers both ItemChanged and SelectedItemsChanged, which is in accordance with the documentation.
- This persistent task pane behavior is only seen in Outlook for Mac clients.
Screenshots
Provided in [Update pinnable-taskpane.md · PR #5274 · OfficeDev/office-js-docs-pr]
Metadata
Metadata
Assignees
Labels
Area: OutlookFeedback on Outlook contentFeedback on Outlook contentNeeds: author feedbackWaiting for author (creator) of Issue to provide more infoWaiting for author (creator) of Issue to provide more info