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
* This event prevents an add-in from relaunching if its task pane is already open in Outlook.
661
+
*
662
+
* **Important**: The `InitializationContextChanged` event can only be handled in a task pane. Function commands can't register a handler for this event.
663
+
*
664
+
* To add an event handler for the `InitializationContextChanged` event, use the `addHandlerAsync` method of the `Item` object.
* Represents the data to be passed to an add-in's task pane from an actionable message, notification message, Smart Alerts dialog, or integrated
14851
+
* spam-reporting dialog.
14852
+
*
14853
+
* @remarks
14854
+
* [Api set: Mailbox 1.15]
14855
+
*/
14856
+
initializationContextData: string;
14857
+
/**
14858
+
* Represents the type of the event. For details, refer to {@link https://learn.microsoft.com/javascript/api/office/office.eventtype | Office.EventType}.
14859
+
*
14860
+
* @remarks
14861
+
* [Api set: Mailbox 1.15]
14862
+
*/
14863
+
type: "olkInitializationContextChanged";
14864
+
}
14822
14865
/**
14823
14866
* The `InternetHeaders` object represents custom internet headers that are preserved after the message item leaves Exchange
* This event prevents an add-in from relaunching if its task pane is already open in Outlook.
661
+
*
662
+
* **Important**: The `InitializationContextChanged` event can only be handled in a task pane. Function commands can't register a handler for this event.
663
+
*
664
+
* To add an event handler for the `InitializationContextChanged` event, use the `addHandlerAsync` method of the `Item` object.
* Represents the data to be passed to an add-in's task pane from an actionable message, notification message, Smart Alerts dialog, or integrated
14537
+
* spam-reporting dialog.
14538
+
*
14539
+
* @remarks
14540
+
* [Api set: Mailbox 1.15]
14541
+
*/
14542
+
initializationContextData: string;
14543
+
/**
14544
+
* Represents the type of the event. For details, refer to {@link https://learn.microsoft.com/javascript/api/office/office.eventtype | Office.EventType}.
14545
+
*
14546
+
* @remarks
14547
+
* [Api set: Mailbox 1.15]
14548
+
*/
14549
+
type: "olkInitializationContextChanged";
14550
+
}
14508
14551
/**
14509
14552
* The `InternetHeaders` object represents custom internet headers that are preserved after the message item leaves Exchange
0 commit comments