You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
21533
+
*
21534
+
* **Important**: To learn about the different types of notification messages you can implement, see
21535
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/notifications | Create notifications for your Outlook add-in}.
* A reference to an icon that's defined in the manifest. It appears in the infobar area.
21536
-
* It's applicable if the type is `InformationalMessage`, and is required if the type is `InsightMessage`.
21537
-
* Specifying this parameter for an unsupported type results in an exception.
21562
+
* A reference to a custom icon that's defined in the manifest. The icon appears before the notification message in the infobar area.
21563
+
* An icon must be specified for `InformationalMessage` and `InsightMessage` notifications.
21538
21564
*
21539
21565
* @remarks
21540
21566
*
21541
-
* **Important**: Currently, the custom icon is only displayed in classic Outlook on Windows.
21567
+
* **Important**:
21568
+
*
21569
+
* - Currently, the custom icon is only displayed in classic Outlook on Windows.
21570
+
*
21571
+
* - A custom icon is only supported in `InformationalMessage` and `InsightMessage` notifications. Specifying an icon for other notification
21572
+
* types results in an exception.
21573
+
*
21574
+
* - If your add-in uses the {@link https://learn.microsoft.com/office/dev/add-ins/develop/add-in-manifests | add-in only manifest}, the icon
21575
+
* must be specified in the {@link https://learn.microsoft.com/javascript/api/manifest/images | Images} element of the
21576
+
* {@link https://learn.microsoft.com/javascript/api/manifest/resources | Resources} section of the manifest.
21577
+
*
21578
+
* - If your add-in uses the {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | unified manifest for Microsoft 365},
21579
+
* you can't currently customize the icon of an `InformationalMessage` or `InsightMessage` notification. The notification uses the first image specified in the
21580
+
* {@link https://learn.microsoft.com/microsoft-365/extensibility/schema/extension-common-icon | "icons"} array of the first
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
21622
+
*
21623
+
* **Important**: To learn about the different types of notification messages you can implement, see
21624
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/notifications | Create notifications for your Outlook add-in}.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
21136
+
*
21137
+
* **Important**: To learn about the different types of notification messages you can implement, see
21138
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/notifications | Create notifications for your Outlook add-in}.
* A reference to an icon that's defined in the manifest. It appears in the infobar area.
21139
-
* It's applicable if the type is `InformationalMessage`, and is required if the type is `InsightMessage`.
21140
-
* Specifying this parameter for an unsupported type results in an exception.
21165
+
* A reference to a custom icon that's defined in the manifest. The icon appears before the notification message in the infobar area.
21166
+
* An icon must be specified for `InformationalMessage` and `InsightMessage` notifications.
21141
21167
*
21142
21168
* @remarks
21143
21169
*
21144
-
* **Important**: Currently, the custom icon is only displayed in classic Outlook on Windows.
21170
+
* **Important**:
21171
+
*
21172
+
* - Currently, the custom icon is only displayed in classic Outlook on Windows.
21173
+
*
21174
+
* - A custom icon is only supported in `InformationalMessage` and `InsightMessage` notifications. Specifying an icon for other notification
21175
+
* types results in an exception.
21176
+
*
21177
+
* - If your add-in uses the {@link https://learn.microsoft.com/office/dev/add-ins/develop/add-in-manifests | add-in only manifest}, the icon
21178
+
* must be specified in the {@link https://learn.microsoft.com/javascript/api/manifest/images | Images} element of the
21179
+
* {@link https://learn.microsoft.com/javascript/api/manifest/resources | Resources} section of the manifest.
21180
+
*
21181
+
* - If your add-in uses the {@link https://learn.microsoft.com/office/dev/add-ins/develop/unified-manifest-overview | unified manifest for Microsoft 365},
21182
+
* you can't currently customize the icon of an `InformationalMessage` or `InsightMessage` notification. The notification uses the first image specified in the
21183
+
* {@link https://learn.microsoft.com/microsoft-365/extensibility/schema/extension-common-icon | "icons"} array of the first
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
21225
+
*
21226
+
* **Important**: To learn about the different types of notification messages you can implement, see
21227
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/notifications | Create notifications for your Outlook add-in}.
0 commit comments