Office.InitializationContextChangedEventArgs interface
Provides data from an actionable message, InsightMessage notification, Smart Alerts dialog, or integrated spam-reporting dialog when the Office.EventType.InitializationContextChanged event occurs.
Remarks
[Api set: Mailbox 1.15]
Properties
| initialization |
Represents the data to be passed to an add-in's task pane from an actionable message, notification message, Smart Alerts dialog, or integrated spam-reporting dialog. |
| type | Represents the type of the event. For details, refer to Office.EventType. |
Property Details
initializationContextData
Represents the data to be passed to an add-in's task pane from an actionable message, notification message, Smart Alerts dialog, or integrated spam-reporting dialog.
initializationContextData: string;
Property Value
string
Remarks
[Api set: Mailbox 1.15]
type
Represents the type of the event. For details, refer to Office.EventType.
type: "olkInitializationContextChanged";
Property Value
"olkInitializationContextChanged"
Remarks
[Api set: Mailbox 1.15]