Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Outlook] (events) Document InitializationContextChanged event #2164

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Office namespace - preview requirement set
description: Office namespace members available for Outlook add-ins using Mailbox API preview requirement set.
ms.date: 05/20/2024
ms.date: 01/07/2024
ms.localizationpriority: medium
---

Expand Down Expand Up @@ -110,6 +110,7 @@ Specifies the event associated with an event handler.
|`EnhancedLocationsChanged`| String | The location of the selected appointment has changed. | 1.8 |
|`InfobarClicked`| String | An action on a notification message is selected. | 1.10 |
|`ItemChanged`| String | A different Outlook item is selected for viewing while the task pane is pinned. | 1.5 |
|`InitializationContextChanged`| String | An add-in's task pane is opened from an actionable message, `InsightMessage` notification, Smart Alerts dialog, or integrated spam-reporting dialog. | 1.15 |
|`OfficeThemeChanged`| String | The Office theme on the mailbox has changed. | 1.14 |
|`RecipientsChanged`| String | The recipient list of the selected item or appointment location has changed. | 1.7 |
|`RecurrenceChanged`| String | The recurrence pattern of the selected series has changed. | 1.7 |
Expand Down