Skip to content

Commit a7251fc

Browse files
[office-js][office-js-preview] (Outlook) Document default Smart Alerts message (DefinitelyTyped#74831)
1 parent 90cba21 commit a7251fc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

types/office-js-preview/index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25332,7 +25332,11 @@ declare namespace Office {
2533225332
*
2533325333
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2533425334
*
25335-
* **Important**: The error message must be 500 characters or less.
25335+
* **Important**:
25336+
*
25337+
* - The error message must be 500 characters or less.
25338+
*
25339+
* - If you don't specify a message in the `errorMessage` property, the following default message is shown instead: "\<Add-in name\> is preventing this email from being sent."
2533625340
*/
2533725341
errorMessage?: string;
2533825342
/**

types/office-js/index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24575,7 +24575,11 @@ declare namespace Office {
2457524575
*
2457624576
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2457724577
*
24578-
* **Important**: The error message must be 500 characters or less.
24578+
* **Important**:
24579+
*
24580+
* - The error message must be 500 characters or less.
24581+
*
24582+
* - If you don't specify a message in the `errorMessage` property, the following default message is shown instead: "\<Add-in name\> is preventing this email from being sent."
2457924583
*/
2458024584
errorMessage?: string;
2458124585
/**

0 commit comments

Comments
 (0)