Office.InfobarDetails interface

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

Remarks

[ API set: Mailbox 1.10 ]

Properties

actionType

The action type. Currently, "Dismiss" is the only supported action.

infobarType

The notification type.

Property Details

actionType

The action type. Currently, "Dismiss" is the only supported action.

actionType: MailboxEnums.InfobarActionType;

Property Value

Remarks

[ API set: Mailbox 1.10 ]

infobarType

The notification type.

infobarType: MailboxEnums.InfobarType;

Property Value

Remarks

[ API set: Mailbox 1.10 ]