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

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.

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 ]