@types/office-js-preview 1.0.456 → 1.0.457
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Thu,
|
|
11
|
+
* Last updated: Thu, 21 Mar 2024 17:07:04 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -20467,11 +20467,11 @@ declare namespace Office {
|
|
|
20467
20467
|
*
|
|
20468
20468
|
* **Important**:
|
|
20469
20469
|
*
|
|
20470
|
-
*
|
|
20471
|
-
* If you're using an earlier build that supports the integrated spam-reporting feature, use the
|
|
20472
|
-
* property instead.
|
|
20470
|
+
* - You can only use this property in a spam-reporting add-in in Outlook on Windows (starting in Version 2308 (Build 16724.10000)), on Mac, on the web,
|
|
20471
|
+
* and in new Outlook on Windows (preview). If you're using an earlier build in Outlook on Windows that supports the integrated spam-reporting feature, use the
|
|
20472
|
+
* `postProcessingAction` property instead.
|
|
20473
20473
|
*
|
|
20474
|
-
* If the property is set to `Office.MailboxEnums.MoveSpamItemTo.CustomFolder`, you must specify the name of the folder to which
|
|
20474
|
+
* - If the property is set to `Office.MailboxEnums.MoveSpamItemTo.CustomFolder`, you must specify the name of the folder to which
|
|
20475
20475
|
* the message will be moved in the `folderName` property of the `event.completed` call. Otherwise, the `moveItemTo` property will default to
|
|
20476
20476
|
* `Office.MailboxEnums.MoveSpamItemTo.JunkFolder` and move the reported message to the **Junk Email** folder.
|
|
20477
20477
|
*
|
|
@@ -20516,10 +20516,12 @@ declare namespace Office {
|
|
|
20516
20516
|
*
|
|
20517
20517
|
* **Important**:
|
|
20518
20518
|
*
|
|
20519
|
-
* In Outlook on Windows, you can only use this property in earlier builds that support the integrated spam-reporting feature.
|
|
20519
|
+
* - In Outlook on Windows, you can only use this property in earlier builds that support the integrated spam-reporting feature.
|
|
20520
20520
|
* If you're on Version 2308 (Build 16724.10000) or later, use the `moveItemTo` property instead.
|
|
20521
20521
|
*
|
|
20522
|
-
*
|
|
20522
|
+
* - This property isn't supported in Outlook on the web, on Mac, or in new Outlook on Windows (preview). Use the `moveItemTo` property instead.
|
|
20523
|
+
*
|
|
20524
|
+
* - If the property is set to `moveToCustomFolder`, you must specify the name of the folder to which
|
|
20523
20525
|
* the message will be moved in the `folderName` property of the `event.completed` call. Otherwise, the `postProcessingAction` property will default to
|
|
20524
20526
|
* `moveToSpamFolder` and move the reported message to the **Junk Email** folder.
|
|
20525
20527
|
*
|
|
@@ -20539,6 +20541,12 @@ declare namespace Office {
|
|
|
20539
20541
|
*
|
|
20540
20542
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
|
|
20541
20543
|
*
|
|
20544
|
+
* **Important**: In Outlook on the web or in new Outlook on Windows (preview), a post-processing dialog isn't shown once the add-in completes processing a
|
|
20545
|
+
* reported message. This applies even if `showPostProcessingDialog` is configured. However, depending on how you configured the `moveItemTo` property in the
|
|
20546
|
+
* `event.completed` call, a notification is shown to signal when the reported message is deleted or moved to another folder in the mailbox. To learn more, see
|
|
20547
|
+
* the "Review feature behavior and limitations" section of
|
|
20548
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting#review-feature-behavior-and-limitations | Implement an integrated spam-reporting add-in (preview)}.
|
|
20549
|
+
*
|
|
20542
20550
|
* @beta
|
|
20543
20551
|
*/
|
|
20544
20552
|
showPostProcessingDialog?: object;
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.457",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "8f26a844726c1495fe16093317b3964cc1abfb0359f4fb975c86fe72e7f6df22",
|
|
49
49
|
"typeScriptVersion": "4.7",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|