@types/office-js-preview 1.0.437 → 1.0.439
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: Tue,
|
|
11
|
+
* Last updated: Tue, 09 Jan 2024 20:35:37 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -8568,6 +8568,11 @@ declare namespace Office {
|
|
|
8568
8568
|
* **Important**: The actual color depends on how the Outlook client renders it.
|
|
8569
8569
|
* In this case, the colors noted on each preset apply to Outlook on Windows, on the web,
|
|
8570
8570
|
* and on Mac (starting in Version 16.78).
|
|
8571
|
+
*
|
|
8572
|
+
* Earlier versions of Outlook on Mac had a bug that displayed incorrect preset colors.
|
|
8573
|
+
* This has now been fixed starting in Version 16.78. If you've recently updated your
|
|
8574
|
+
* Outlook client, you need to adjust the category colors in your add-in to match the
|
|
8575
|
+
* updated preset values.
|
|
8571
8576
|
*/
|
|
8572
8577
|
enum CategoryColor {
|
|
8573
8578
|
/**
|
|
@@ -13278,6 +13283,12 @@ declare namespace Office {
|
|
|
13278
13283
|
*
|
|
13279
13284
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13280
13285
|
*
|
|
13286
|
+
* **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
|
|
13287
|
+
* This allows the message to be sent even if the Outlook client isn't running. However, because of this, the message doesn't appear in the
|
|
13288
|
+
* **Outbox** folder, so you won't be able to edit the message or cancel its delivery after selecting **Send**. You'll only be able to review
|
|
13289
|
+
* the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
|
|
13290
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
|
|
13291
|
+
*
|
|
13281
13292
|
* **Errors**:
|
|
13282
13293
|
*
|
|
13283
13294
|
* - `InvalidFormatError` - The format of the specified data object is not valid.
|
|
@@ -13299,6 +13310,12 @@ declare namespace Office {
|
|
|
13299
13310
|
*
|
|
13300
13311
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13301
13312
|
*
|
|
13313
|
+
* **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
|
|
13314
|
+
* This allows the message to be sent even if the Outlook client isn't running. However, because of this, the message doesn't appear in the
|
|
13315
|
+
* **Outbox** folder, so you won't be able to edit the message or cancel its delivery after selecting **Send**. You'll only be able to review
|
|
13316
|
+
* the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
|
|
13317
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
|
|
13318
|
+
*
|
|
13302
13319
|
* **Errors**:
|
|
13303
13320
|
*
|
|
13304
13321
|
* - `InvalidFormatError` - The format of the specified data object is not valid.
|
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.439",
|
|
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,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "0e9b3aa962d9d225784e9f6b93a58024bb06aae3d7a645d54cac252b9ab38fd3",
|
|
49
49
|
"typeScriptVersion": "4.6"
|
|
50
50
|
}
|