@types/office-js 1.0.363 → 1.0.364

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/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
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
office-js/index.d.ts CHANGED
@@ -13088,6 +13088,12 @@ declare namespace Office {
13088
13088
  *
13089
13089
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13090
13090
  *
13091
+ * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13092
+ * 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
13093
+ * **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
13094
+ * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13095
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13096
+ *
13091
13097
  * **Errors**:
13092
13098
  *
13093
13099
  * - `InvalidFormatError` - The format of the specified data object is not valid.
@@ -13109,6 +13115,12 @@ declare namespace Office {
13109
13115
  *
13110
13116
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13111
13117
  *
13118
+ * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13119
+ * 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
13120
+ * **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
13121
+ * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13122
+ * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13123
+ *
13112
13124
  * **Errors**:
13113
13125
  *
13114
13126
  * - `InvalidFormatError` - The format of the specified data object is not valid.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.363",
3
+ "version": "1.0.364",
4
4
  "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "2c383f0410fdb5d3cb3d1276b2734122022564e817680a6cde37c5619406bfcc",
48
+ "typesPublisherContentHash": "4e3dc1cec740c89db10d23bc7f5b7e1a053b59681c4737d4c8e892e233955d5b",
49
49
  "typeScriptVersion": "4.6"
50
50
  }