@types/office-js-preview 1.0.511 → 1.0.512

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: Tue, 24 Sep 2024 21:36:31 GMT
11
+ * Last updated: Wed, 25 Sep 2024 17:36:54 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -13761,10 +13761,12 @@ declare namespace Office {
13761
13761
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13762
13762
  *
13763
13763
  * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13764
- * 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
13764
+ * This allows the message to be sent even if the Outlook client isn't running. In classic Outlook on Windows, the message doesn't appear in the
13765
13765
  * **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
13766
- * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13767
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13766
+ * the message from the **Sent Items** folder. In Outlook on the web, on Mac, and in
13767
+ * {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, the message appears in the **Drafts** folder
13768
+ * until the scheduled delivery time. While it's in the **Drafts** folder, you'll be able to edit the message before it's sent.
13769
+ * To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13768
13770
  *
13769
13771
  * **Errors**:
13770
13772
  *
@@ -13788,10 +13790,12 @@ declare namespace Office {
13788
13790
  * **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
13789
13791
  *
13790
13792
  * **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
13791
- * 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
13793
+ * This allows the message to be sent even if the Outlook client isn't running. In classic Outlook on Windows, the message doesn't appear in the
13792
13794
  * **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
13793
- * the mesasge from the **Sent Items** folder once the message is sent. To learn more, see
13794
- * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13795
+ * the message from the **Sent Items** folder. In Outlook on the web, on Mac, and in
13796
+ * {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, the message appears in the **Drafts** folder
13797
+ * until the scheduled delivery time. While it's in the **Drafts** folder, you'll be able to edit the message before it's sent.
13798
+ * To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
13795
13799
  *
13796
13800
  * **Errors**:
13797
13801
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.511",
3
+ "version": "1.0.512",
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": "b43fbb9037470f642dddee44ead4400e289d09c564af30169acd0a463ed94425",
48
+ "typesPublisherContentHash": "fb5cb5c589d2ac03782ac23671cc653c712a224399931c9aa06ae4af50a10d21",
49
49
  "typeScriptVersion": "4.8",
50
50
  "nonNpm": true
51
51
  }