Office.InfobarClickedEventArgs interface

Provides basic details about the notification message that raised the Office.EventType.InfobarClicked event.

Remarks

[ API set: Mailbox 1.10 ]

Properties

infobarDetails

Gets additional details about the notification message.

type

Gets the type of the event. For details, refer to Office.EventType.

Property Details

infobarDetails

Gets additional details about the notification message.

infobarDetails: InfobarDetails;

Property Value

Remarks

[ API set: Mailbox 1.10 ]

type

Gets the type of the event. For details, refer to Office.EventType.

type: "olkInfobarClicked";

Property Value

"olkInfobarClicked"

Remarks

[ API set: Mailbox 1.10 ]