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
* - To learn how to implement the `commandId` property in your spam-reporting add-in, see
23920
23920
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting#open-a-task-pane-after-reporting-a-message | Open a task pane after reporting a message}.
23921
23921
*
23922
-
* - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In an add-in only manifest,
23923
-
* the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
23924
-
* The `commandId` property isn't currently supported in a spam-reporting add-in that uses a unified manifest for Microsoft 365.
23922
+
* - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In the unified manifest for Microsoft 365, the ID is specified in the "id" property of the
23923
+
* {@link https://learn.microsoft.com/microsoft-365/extensibility/schema/extension-common-custom-group-controls-item#id | "extensions.ribbons.tabs.groups.controls"} object that represents the task pane.
23924
+
* In an add-in only manifest, the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
23925
23925
*
23926
23926
* - If you configure the `commandId` option in the `event.completed` call, a post-processing dialog isn't shown to the user
23927
23927
* even if the `showPostProcessingDialog` option is specified in the call.
* - To learn how to implement this in your spam-reporting add-in, see
23447
23447
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting#open-a-task-pane-after-reporting-a-message | Open a task pane after reporting a message}.
23448
23448
*
23449
-
* - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In an add-in only manifest,
23450
-
* the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
23451
-
* The `commandId` property isn't currently supported in a spam-reporting add-in that uses a unified manifest for Microsoft 365.
23449
+
* - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In the unified manifest for Microsoft 365, the ID is specified in the "id" property of the
23450
+
* {@link https://learn.microsoft.com/microsoft-365/extensibility/schema/extension-common-custom-group-controls-item#id | "extensions.ribbons.tabs.groups.controls"} object that represents the task pane.
23451
+
* In an add-in only manifest, the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
23452
23452
*
23453
23453
* - If you configure the `commandId` option in the `event.completed` call, a post-processing dialog isn't shown to the user
23454
23454
* even if the `showPostProcessingDialog` option is specified in the call.
0 commit comments