@types/office-js-preview 1.0.438 → 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.
@@ -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, 14 Dec 2023 23:35:42 GMT
11
+ * Last updated: Tue, 09 Jan 2024 20:35:37 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -13283,6 +13283,12 @@ declare namespace Office {
13283
13283
  *
13284
13284
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13285
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
+ *
13286
13292
  * **Errors**:
13287
13293
  *
13288
13294
  * - `InvalidFormatError` - The format of the specified data object is not valid.
@@ -13304,6 +13310,12 @@ declare namespace Office {
13304
13310
  *
13305
13311
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13306
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
+ *
13307
13319
  * **Errors**:
13308
13320
  *
13309
13321
  * - `InvalidFormatError` - The format of the specified data object is not valid.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.438",
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": "7c92aa7d4cd4e56f956d79dce5c93e7598111f0675b203880fd67e012144faf1",
48
+ "typesPublisherContentHash": "0e9b3aa962d9d225784e9f6b93a58024bb06aae3d7a645d54cac252b9ab38fd3",
49
49
  "typeScriptVersion": "4.6"
50
50
  }