File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23389,6 +23389,8 @@ declare namespace Office {
2338923389 * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level (Outlook)}**: **restricted**
2339023390 *
2339123391 * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
23392+ *
23393+ * **Important**: The error message must be 500 characters or less.
2339223394 */
2339323395 errorMessage?: string;
2339423396 /**
Original file line number Diff line number Diff line change @@ -20985,6 +20985,8 @@ declare namespace Office {
2098520985 * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level (Outlook)}**: **restricted**
2098620986 *
2098720987 * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
20988+ *
20989+ * **Important**: The error message must be 500 characters or less.
2098820990 */
2098920991 errorMessage?: string;
2099020992 /**
You can’t perform that action at this time.
0 commit comments