Office.InfobarDetails interface
Provides additional details about the notification message that raised the Office.EventType.InfobarClicked event.
Remarks
[Api set: Mailbox 1.10]
Properties
| action |
The action type. Currently, "Dismiss" is the only supported action. |
| infobar |
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]