Skip to content

Pinnable task pane behavior is't consistent between Outlook client platforms #5288

@Luspin

Description

@Luspin

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 contentNeeds: author feedbackWaiting for author (creator) of Issue to provide more info

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions