Office.InfobarClickedEventArgs interface
Provides basic details about the notification message that raised the Office.EventType.InfobarClicked event.
Remarks
[Api set: Mailbox 1.10]
Properties
| infobar |
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]